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 | 猷??猷?? | 1001011101010001001111110011111110010111010100010011111100111111 | 97513f3f97513f3f |
EUC-JP | 猷??猷?? | 1100110110110010001111110011111111001101101100100011111100111111 | cdb23f3fcdb23f3f |
UTF-8 | 猷띠랴猷띠량 | 111001111000110010110111111010111001110110100000111010111001111010110100111001111000110010110111111010111001110110100000111010111001111110001001 | e78cb7eb9da0eb9eb4e78cb7eb9da0eb9f89 |
UHC | 猷띠랴猷띠량 | 111010111010001110110110111011001011011110101010111010111010001110110110111011001011011110101110 | eba3b6ecb7aaeba3b6ecb7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)