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 | 齊封?貊 | 11101010100011101001010110010101001111111110011010111011 | ea8e95953fe6bb |
EUC-JP | 齊封?貊 | 11110011111011101100100111110101001111111110110010111101 | f3eec9f53fecbd |
UTF-8 | 齊封렰貊 | 111010011011110110001010111001011011000010000001111010111010000010110000111010001011001010001010 | e9bd8ae5b081eba0b0e8b28a |
UHC | 齊封렰貊 | 1111000010111010110111001110011010001110101111011101100011100111 | f0badce68ebdd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)