To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 邯罹ケーU | 11100111101101101001110011101011101110011011000001010101 | e7b69cebb9b055 |
EUC-JP | 邯罹ケーU | 111011101011100011011000111011011000111010111001100011101011000001010101 | eeb8d8ed8eb98eb055 |
UTF-8 | 邯罹ケーU | 11101001100000101010111111100111101111011011100111101111101111011011100111101111101111011011000001010101 | e982afe7bdb9efbdb9efbdb055 |
UHC | 邯罹??U | 11001010111110111101011111100111001111110011111101010101 | cafbd7e73f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)