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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀??萸? | 11100111101100010011111100111111111001001100111000111111 | e7b13f3fe4ce3f |
EUC-JP | 邀??萸? | 11101110101100110011111100111111111010001101000000111111 | eeb33f3fe8d03f |
UTF-8 | 邀싰퀋萸퇑 | 111010011000001010000000111011001000101110110000111011011000000010001011111010001001000010111000111011011000011110010001 | e98280ec8bb0ed808be890b8ed8791 |
UHC | 邀싰퀋萸퇑 | 11101001101011011001101011101010101100111000000111101011101011011011100001000010 | e9ad9aeab381ebadb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)