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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 撓??節←ジ | 10011101100110100011111100111111100100001101111110000001101010011000001101010111 | 9d9a3f3f90df81a98357 |
EUC-JP | 撓??節←ジ | 11011001111110100011111100111111110000001110000110100010101010111010010110111000 | d9fa3f3fc0e1a2aba5b8 |
UTF-8 | 撓딁몱節←ジ | 111001101001001010010011111010111001010010000001111010111010101010110001111001111010111110000000111000101000011010010000111000111000001010111000 | e69293eb9481ebaab1e7af80e28690e382b8 |
UHC | 撓딁몱節←ジ | 111010001111010110001010111001111001000110011010111011111011110110100001111001111010101110111000 | e8f58ae7919aefbda1e7abb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)