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 | 紙??? | 1000111010000110001111110011111100111111 | 8e863f3f3f |
EUC-JP | 紙??? | 1011101111100110001111110011111100111111 | bbe63f3f3f |
UTF-8 | 紙렗綎흔 | 111001111011010010011001111010111010000010010111111001111011011010001110111011011001110110010100 | e7b499eba097e7b68eed9d94 |
UHC | 紙렗綎흔 | 1111001010110101100011101010110011101111111100101100100011100111 | f2b58eaceff2c8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)