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 | 猷??松?猷 | 100101110101000100111111001111111000111110111100001111111001011101010001 | 97513f3f8fbc3f9751 |
EUC-JP | 猷??松?猷 | 110011011011001000111111001111111011111010111110001111111100110110110010 | cdb23f3fbebe3fcdb2 |
UTF-8 | 猷띠썳松퍬猷 | 111001111000110010110111111010111001110110100000111011001000110110110011111001101001110110111110111011011000110110101100111001111000110010110111 | e78cb7eb9da0ec8db3e69dbeed8dace78cb7 |
UHC | 猷띠썳松퍬猷 | 111010111010001110110110111011001001101110100001111000011110011010111100010000111110101110100011 | eba3b6ec9ba1e1e6bc43eba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)