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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ??ŀ??^ | 0011111100111111100011111010100111001001001111110011111101011110 | 3f3f8fa9c93f3f5e |
UTF-8 | 溜븐ŀ溜켧^ | 111011111010011110001011111010111011100010010000110001011000000011101111101001111000101111101100101111001010011101011110 | efa78bebb890c580efa78becbca75e |
UHC | 溜븐ŀ溜켧^ | 1110101011111110101110101110110010101001101010001110101011111110101100010110001101011110 | eafebaeca9a8eafeb1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)