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 | 猷?~猷?? | 100101110101000100111111100000010110000010010111010100010011111100111111 | 97513f816097513f3f |
EUC-JP | 猷?〜猷?? | 110011011011001000111111101000011100000111001101101100100011111100111111 | cdb23fa1c1cdb23f3f |
UTF-8 | 猷띠~猷뜯닲 | 111001111000110010110111111010111001110110100000111011111011110110011110111001111000110010110111111010111001110010101111111010111000101110110010 | e78cb7eb9da0efbd9ee78cb7eb9cafeb8bb2 |
UHC | 猷띠~猷뜯닲 | 111010111010001110110110111011001010001010100110111010111010001110110110111000101000100010101000 | eba3b6eca2a6eba3b6e288a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)