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 | 猷??巡?4 | 100101110101000100111111001111111000111110000100001111111000001001010011 | 97513f3f8f843f8253 |
EUC-JP | 猷??巡?4 | 110011011011001000111111001111111011110111100100001111111010001110110100 | cdb23f3fbde43fa3b4 |
UTF-8 | 猷띔물巡볥4 | 111001111000110010110111111010111001110110010100111010111010110010111100111001011011011110100001111010111011001110100101111011111011110010010100 | e78cb7eb9d94ebacbce5b7a1ebb3a5efbc94 |
UHC | 猷띔물巡볥4 | 111010111010001110110110111010101011100110110000111000101101111010010011111010111010001110110100 | eba3b6eab9b0e2de93eba3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)