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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 窩?→B | 111000100111110000111111100000011010100001000010 | e27c3f81a842 |
EUC-JP | 窩?→B | 111000111101110100111111101000101010101001000010 | e3dd3fa2aa42 |
UTF-8 | 窩찍→B | 11100111101010101010100111101100101100001000110111100010100001101001001001000010 | e7aaa9ecb08de2869242 |
UHC | 窩찍→B | 11101000110000001100001011101111101000011110011001000010 | e8c0c2efa1e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)