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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???松②? | 0011111100111111001111111000111110111100100001110100000100111111 | 3f3f3f8fbc87413f |
EUC-JP | ???松?? | 00111111001111110011111110111110101111100011111100111111 | 3f3f3fbebe3f3f |
UTF-8 | 횓철횘松②묍 | 111011011001101010010011111011001011001010100000111011011001101010011000111001101001110110111110111000101001000110100001111010111010110010001101 | ed9a93ecb2a0ed9a98e69dbee291a1ebac8d |
UHC | 횓철횘松②묍 | 110000111000111011000011101101101100001110010010111000011110011010101000111010001011100110100011 | c38ec3b6c392e1e6a8e8b9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)