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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?碎? | 00111111111000011110101000111111 | 3fe1ea3f |
EUC-JP | ?碎? | 00111111111000101110110000111111 | 3fe2ec3f |
UTF-8 | 롇碎렯 | 111010111010000110000111111001111010001010001110111010111010000010101111 | eba187e7a28eeba0af |
UHC | 롇碎렯 | 100011101100110111100001111011111000111010111100 | 8ecde1ef8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)