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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 恁??h恁?? | 100111001000110000111111001111110110100010011100100011000011111100111111 | 9c8c3f3f689c8c3f3f |
EUC-JP | 恁??h恁?? | 110101111110110000111111001111110110100011010111111011000011111100111111 | d7ec3f3f68d7ec3f3f |
UTF-8 | 恁븐쮰h恁븐쮰 | 11100110100000011000000111101011101110001001000011101100101011101011000001101000111001101000000110000001111010111011100010010000111011001010111010110000 | e68181ebb890ecaeb068e68181ebb890ecaeb0 |
UHC | 恁븐쮰h恁븐쮰 | 11101100111101101011101011101100101010001000110101101000111011001111011010111010111011001010100010001101 | ecf6baeca88d68ecf6baeca88d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)