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 | 怡?礫 | 1001110001111101001111111110001001001001 | 9c7d3fe249 |
EUC-JP | 怡?礫 | 1101011111011110001111111110001110101010 | d7de3fe3aa |
UTF-8 | 怡몇礫 | 111001101000000010100001111010111010101010000111111001111010010010101011 | e680a1ebaa87e7a4ab |
UHC | 怡몇礫 | 111011001010111010111000111011101101010111111000 | ecaeb8eed5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)