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 | 鉤倬囂 | 111001111110101010011000111010011001101010001111 | e7ea98e99a8f |
EUC-JP | 鉤倬囂 | 111011101110110011010000111010111101001111101111 | eeecd0ebd3ef |
UTF-8 | 鉤倬囂 | 111010011000100110100100111001011000000010101100111001011001101110000010 | e989a4e580ace59b82 |
UHC | 鉤倬? | 1100111111001001111101101111000000111111 | cfc9f6f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)