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 | 艾??毓? | 11100100100010000011111100111111100111110111100100111111 | e4883f3f9f793f |
EUC-JP | 艾??毓? | 11100111111010000011111100111111110111011101101000111111 | e7e83f3fddda3f |
UTF-8 | 艾쎈뎺毓퐽 | 111010001000100110111110111011001000111010001000111010111000111010111010111001101010111110010011111011011001000010111101 | e889beec8e88eb8ebae6af93ed90bd |
UHC | 艾쎈뎺毓퐽 | 11100100111101011011110111101011100010011000110111101011101111101011111001000110 | e4f5bdeb898debbebe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)