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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韜呵ュ老 | 11101000111010011001100111101000101011011001100001010110 | e8e999e8ad9856 |
EUC-JP | 韜呵ュ老 | 1111000011101011110100101110101010001110101011011100111110110111 | f0ebd2ea8eadcfb7 |
UTF-8 | 韜呵ュ老 | 111010011001111110011100111001011001000110110101111011111011110110101101111010001000000010000001 | e99f9ce591b5efbdade88081 |
UHC | 韜呵?老 | 11010100101101111100101010100111001111111101011011010101 | d4b7caa73fd6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)