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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鴉室鈆 | 111010011110101110001110101110101111101111000001 | e9eb8ebafbc1 |
EUC-JP | 鴉室鈆 | 11110010111011011011110010111100100011111110001110111100 | f2edbcbc8fe3bc |
UTF-8 | 鴉室鈆 | 111010011011010010001001111001011010111010100100111010011000100010000110 | e9b489e5aea4e98886 |
UHC | 鴉室? | 1110010010111100111000111111100000111111 | e4bce3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)