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 | 鉤伜勣 | 111001111110101010011000111001011001100110101000 | e7ea98e599a8 |
EUC-JP | 鉤伜勣 | 111011101110110011010000111001111101001010101010 | eeecd0e7d2aa |
UTF-8 | 鉤伜勣 | 111010011000100110100100111001001011110010011100111001011000101110100011 | e989a4e4bc9ce58ba3 |
UHC | 鉤?勣 | 1100111111001001001111111110111011010011 | cfc93feed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)