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 | 롇碎룈 | 111010111010000110000111111001111010001010001110111010111010001110001000 | eba187e7a28eeba388 |
UHC | 롇碎룈 | 100011101100110111100001111011111000111110000111 | 8ecde1ef8f87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)