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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 恁???ν?? | 100111001000110000111111001111110011111110000011110010110011111100111111 | 9c8c3f3f3f83cb3f3f |
EUC-JP | 恁???ν?? | 110101111110110000111111001111110011111110100110110011010011111100111111 | d7ec3f3f3fa6cd3f3f |
UTF-8 | 恁㏃콈淋ν쉧淋 | 1110011010000001100000011110001110001111100000111110110010111101100010001110111110100111101101011100111010111101111011001000100110100111111011111010011110110101 | e68181e38f83ecbd88efa7b5cebdec89a7efa7b5 |
UHC | 恁㏃콈淋ν쉧淋 | 1110110011110110101001111110110010110001100001001110110011111000101001011110110110011010100000011110110011111000 | ecf6a7ecb184ecf8a5ed9a81ecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)