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 | ???× | 00111111001111110011111111010111 | 3f3f3fd7 |
SJIS-WIN | 咀捧?× | 10011001111100001001010111111001001111111000000101111110 | 99f095f93f817e |
EUC-JP | 咀捧?× | 11010010111100101100101011111011001111111010000111011111 | d2f2cafb3fa1df |
UTF-8 | 咀捧렍× | 1110010110010010100000001110011010001101101001111110101110100000100011011100001110010111 | e59280e68da7eba08dc397 |
UHC | 咀捧렍× | 1110111010111010110111001110100110001110101000111010000110111111 | eebadce98ea3a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)