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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 筌≫?SB | 11100010101000111000000111100010001111110101001101000010 | e2a381e23f5342 |
EUC-JP | 筌≫?SB | 11100100101001011010001011100100001111110101001101000010 | e4a5a2e43f5342 |
UTF-8 | 筌≫럠SB | 1110011110101101100011001110001010001001101010111110101110011111101000000101001101000010 | e7ad8ce289abeb9fa05342 |
UHC | 筌≫럠SB | 1110111110100111101000011110110110001110100000110101001101000010 | efa7a1ed8e835342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)