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 | 猷??甕ゅ? | 100101110101000100111111001111111110000101010000100000101110001100111111 | 97513f3fe15082e33f |
EUC-JP | 猷??甕ゅ? | 110011011011001000111111001111111110000110110001101001001110010100111111 | cdb23f3fe1b1a4e53f |
UTF-8 | 猷뜯뇭甕ゅ띂 | 111001111000110010110111111010111001110010101111111010111000011110101101111001111001010010010101111000111000001010000101111010111001110110000010 | e78cb7eb9cafeb87ade79495e38285eb9d82 |
UHC | 猷뜯뇭甕ゅ띂 | 111010111010001110110110111000101000011110010010111010001011100010101010111001011000110110111101 | eba3b6e28792e8b8aae58dbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)