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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 俑??h俑 | 10011000110110100011111100111111011010001001100011011010 | 98da3f3f6898da |
EUC-JP | 俑??h俑 | 11010000110111000011111100111111011010001101000011011100 | d0dc3f3f68d0dc |
UTF-8 | 俑겼쳣h俑 | 11100100101111111001000111101010101100101011110011101100101100111010001101101000111001001011111110010001 | e4bf91eab2bcecb3a368e4bf91 |
UHC | 俑겼쳣h俑 | 111010011011010110110000111001011010101110001001011010001110100110110101 | e9b5b0e5ab8968e9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)