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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 逕樒砂L | 11100111100101001001111011100111100011011011101101001100 | e7949ee78dbb4c |
EUC-JP | 逕樒砂L | 11101101111101001101110011101001101110101011110101001100 | edf4dce9babd4c |
UTF-8 | 逕樒砂L | 11101001100000001001010111100110101010001001001011100111101000001000001001001100 | e98095e6a892e7a0824c |
UHC | 逕?砂L | 110011001110111100111111110111101110001101001100 | ccef3fdee34c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)