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 | 鈺蒔 | 111110111100010010001110101010101111000111100000 | fbc48eaaf1e0 |
EUC-JP | 鈺蒔? | 100011111110001111010101101111001010110000111111 | 8fe3d5bcac3f |
UTF-8 | 鈺蒔 | 111010011000100010111010111010001001001010010100111011101000010110011011 | e988bae89294ee859b |
UHC | 鈺蒔? | 1110100010101101111000111100100000111111 | e8ade3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)