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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 顋暮尓^ | 11101000111110011001010111101001100110111001010101011110 | e8f995e99b955e |
EUC-JP | 顋暮尓^ | 11110000111110111100101011101011110101011111010101011110 | f0fbcaebd5f55e |
UTF-8 | 顋暮尓^ | 11101001101000011000101111100110100110101010111011100101101100001001001101011110 | e9a18be69aaee5b0935e |
UHC | ?暮?^ | 0011111111011001101110100011111101011110 | 3fd9ba3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)