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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 猷?4嗽? | 1001011101010001001111111000001001010011100110100111010100111111 | 97513f82539a753f |
EUC-JP | 猷?4嗽? | 1100110110110010001111111010001110110100110100111101011000111111 | cdb23fa3b4d3d63f |
UTF-8 | 猷띠4嗽뉰 | 111001111000110010110111111010111001110110100000111011111011110010010100111001011001011110111101111010111000100110110000 | e78cb7eb9da0efbc94e597bdeb89b0 |
UHC | 猷띠4嗽뉰 | 11101011101000111011011011101100101000111011010011100001111101011000100001000010 | eba3b6eca3b4e1f58842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)