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 | 偃??歪? | 10011000111011100011111100111111100110000110001100111111 | 98ee3f3f98633f |
EUC-JP | 偃??歪? | 11010000111100000011111100111111110011111100010000111111 | d0f03f3fcfc43f |
UTF-8 | 偃좂솫歪멊 | 111001011000000110000011111011001010001010000010111011001000011010101011111001101010110110101010111010111010100110001010 | e58183eca282ec86abe6adaaeba98a |
UHC | 偃좂솫歪멊 | 11100101111001111010000011100111100110011010001011101000111000001001000101000010 | e5e7a0e799a2e8e09142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)