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 | 蝓溽珍 | 111001011001111110011111111001111001001010111111 | e59f9fe792bf |
EUC-JP | 蝓溽珍 | 111010101010000111011110111010011100010011000001 | eaa1dee9c4c1 |
UTF-8 | 蝓溽珍 | 111010001001110110010011111001101011101010111101111001111000111110001101 | e89d93e6babde78f8d |
UHC | ??珍 | 00111111001111111111001011010010 | 3f3ff2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)