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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 鬲エ譖∵匐@h | 1110100110101101101101001110011010011011100000011110011010011001101101000100000001101000 | e9adb4e69b81e699b44068 |
EUC-JP | 鬲エ譖∵匐@h | 111100101010111110001110101101001110101111111011101000101110100011010010101101100100000001101000 | f2af8eb4ebfba2e8d2b64068 |
UTF-8 | 鬲エ譖∵匐@h | 1110100110101100101100101110111110111101101101001110100010101101100101101110001010001000101101011110010110001100100100000100000001101000 | e9acb2efbdb4e8ad96e288b5e58c904068 |
UHC | ???∵匐@h | 001111110011111100111111101000011111000111011100110100110100000001101000 | 3f3f3fa1f1dcd34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)