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 | 鈺蒔鉷 | 111110111100010010001110101010101111101111001101 | fbc48eaafbcd |
EUC-JP | 鈺蒔鉷 | 1000111111100011110101011011110010101100100011111110001111110001 | 8fe3d5bcac8fe3f1 |
UTF-8 | 鈺蒔鉷 | 111010011000100010111010111010001001001010010100111010011000100110110111 | e988bae89294e989b7 |
UHC | 鈺蒔? | 1110100010101101111000111100100000111111 | e8ade3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)