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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 槽??槽??^ | 100100011000010100111111001111111001000110000101001111110011111101011110 | 91853f3f91853f3f5e |
EUC-JP | 槽??槽??^ | 110000011110010100111111001111111100000111100101001111110011111101011110 | c1e53f3fc1e53f3f5e |
UTF-8 | 槽솔샴槽솔샴^ | 11100110101001111011110111101100100001101001010011101100100000111011010011100110101001111011110111101100100001101001010011101100100000111011010001011110 | e6a7bdec8694ec83b4e6a7bdec8694ec83b45e |
UHC | 槽솔샴槽솔샴^ | 11110000110010111011110011010110101111001010010011110000110010111011110011010110101111001010010001011110 | f0cbbcd6bca4f0cbbcd6bca45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)