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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 梯?i梯?iB | 100100101111001000111111011010011001001011110010001111110110100101000010 | 92f23f6992f23f6942 |
EUC-JP | 梯?i梯?iB | 110001001111010000111111011010011100010011110100001111110110100101000010 | c4f43f69c4f43f6942 |
UTF-8 | 梯렕i梯렕iB | 111001101010001010101111111010111010000010010101011010011110011010100010101011111110101110100000100101010110100101000010 | e6a2afeba09569e6a2afeba0956942 |
UHC | 梯렕i梯렕iB | 1111000010101100100011101010101001101001111100001010110010001110101010100110100101000010 | f0ac8eaa69f0ac8eaa6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)