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 | ??五 | 00111111001111111000110011011100 | 3f3f8cdc |
EUC-JP | 炤?五 | 100011111100100111010010001111111011100011011110 | 8fc9d23fb8de |
UTF-8 | 炤렺五 | 111001111000001010100100111010111010000010111010111001001011101010010100 | e782a4eba0bae4ba94 |
UHC | 炤렺五 | 111000011011111110001110110000101110011111101001 | e1bf8ec2e7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)