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 | 午??鵝?? | 1000110011011111001111110011111111101010010000000011111100111111 | 8cdf3f3fea403f3f |
EUC-JP | 午??鵝?? | 1011100011100001001111110011111111110011101000010011111100111111 | b8e13f3ff3a13f3f |
UTF-8 | 午닻넀鵝뤺맟 | 111001011000110110001000111010111000101110111011111010111000010010000000111010011011010110011101111010111010010010111010111010111010011110011111 | e58d88eb8bbbeb8480e9b59deba4baeba79f |
UHC | 午닻넀鵝뤺맟 | 111001111110110110110100111010011000011010010000111001001011110110001111111010001001000010101100 | e7edb4e98690e4bd8fe890ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)