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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?迦?B | 0011111110001001110111100011111101000010 | 3f89de3f42 |
EUC-JP | ?迦?B | 0011111110110010111000000011111101000010 | 3fb2e03f42 |
UTF-8 | 뤚迦쬻B | 11101011101001001001101011101000101111111010011011101100101011001011101101000010 | eba49ae8bfa6ecacbb42 |
UHC | 뤚迦쬻B | 10001111110010011100101010111100101001110111001001000010 | 8fc9cabca77242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)