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 | 甑???釘? | 1000110110011001001111110011111100111111100100110100001000111111 | 8d993f3f3f93423f |
EUC-JP | 甑???釘? | 1011100111111001001111110011111100111111110001011010001100111111 | b9f93f3f3fc5a33f |
UTF-8 | 甑닿렚렩釘렮 | 111001111001010010010001111010111000101110111111111010111010000010011010111010111010000010101001111010011000011110011000111010111010000010101110 | e79491eb8bbfeba09aeba0a9e98798eba0ae |
UHC | 甑닿렚렩釘렮 | 111100011111011110110100111010101000111010101101100011101011011111101111111110011000111010111011 | f1f7b4ea8ead8eb7eff98ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)