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 | ???腋 | 0011111100111111001111111110001111111100 | 3f3f3fe3fc |
EUC-JP | 鉥??腋 | 10001111111000111110100000111111001111111110011011111110 | 8fe3e83f3fe6fe |
UTF-8 | 鉥덆궢腋 | 111010011000100110100101111010111000110110000110111010101011011010100010111010001000010110001011 | e989a5eb8d86eab6a2e8858b |
UHC | 鉥덆궢腋 | 1110001011111100100010001110100110000010101101011110010011111101 | e2fc88e982b5e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)