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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈??節? | 10011110111101000011111100111111100100001101111100111111 | 9ef43f3f90df3f |
EUC-JP | 橈??節? | 11011100111101100011111100111111110000001110000100111111 | dcf63f3fc0e13f |
UTF-8 | 橈덂츣節김 | 111001101010100110001000111010111000110110000010111011001011100010100011111001111010111110000000111010101011100110000000 | e6a988eb8d82ecb8a3e7af80eab980 |
UHC | 橈덂츣節김 | 11101000111110101000100011100101101011101001101011101111101111011011000111101000 | e8fa88e5ae9aefbdb1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)