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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 至?葬?B | 10001110100010100011111110010001100100100011111101000010 | 8e8a3f91923f42 |
EUC-JP | 至?葬?B | 10111011111010100011111111000001111100100011111101000010 | bbea3fc1f23f42 |
UTF-8 | 至렞葬핥B | 11101000100001111011001111101011101000001001111011101000100100011010110011101101100101011010010101000010 | e887b3eba09ee891aced95a542 |
UHC | 至렞葬핥B | 111100101011100010001110101011111110110111110111110001111101001101000010 | f2b88eafedf7c7d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)