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 | 齊???矣? | 1110101010001110001111110011111100111111111000011110000100111111 | ea8e3f3f3fe1e13f |
EUC-JP | 齊???矣? | 1111001111101110001111110011111100111111111000101110001100111111 | f3ee3f3f3fe2e33f |
UTF-8 | 齊꿱렋렑矣렞 | 111010011011110110001010111010101011111110110001111010111010000010001011111010111010000010010001111001111001111110100011111010111010000010011110 | e9bd8aeabfb1eba08beba091e79fa3eba09e |
UHC | 齊꿱렋렑矣렞 | 111100001011101010110010111010001000111010100010100011101010011011101011111110001000111010101111 | f0bab2e88ea28ea6ebf88eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)