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 | ??????|^ | 0011111100111111001111110011111100111111001111110111110001011110 | 3f3f3f3f3f3f7c5e |
SJIS-WIN | ??????|^ | 0011111100111111001111110011111100111111001111110111110001011110 | 3f3f3f3f3f3f7c5e |
EUC-JP | ??????|^ | 0011111100111111001111110011111100111111001111110111110001011110 | 3f3f3f3f3f3f7c5e |
UTF-8 | 챙혩쨔챘혻쨋|^ | 1110110010110001100110011110110110011000101010011110110010101000100101001110110010110001100110001110110110011000101110111110110010101000100010110111110001011110 | ecb199ed98a9eca894ecb198ed98bbeca88b7c5e |
UHC | 챙혩쨔챘혻쨋|^ | 1100001110101100110000101001000111000010101110011100001110101011110000101010000011000010101101100111110001011110 | c3acc291c2b9c3abc2a0c2b67c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)