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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮱辞遙室 | 1111110001000100100011101010101111101010101000011000111010111010 | fc448eabeaa18eba |
EUC-JP | 鮱辞遙室 | 100011111110101011100110101111001010110111110100101000111011110010111100 | 8feae6bcadf4a3bcbc |
UTF-8 | 鮱辞遙室 | 111010011010111010110001111010001011111010011110111010011000000110011001111001011010111010100100 | e9aeb1e8be9ee98199e5aea4 |
UHC | ??遙室 | 001111110011111111101001101010111110001111111000 | 3f3fe9abe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)