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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猊犢篩 | 111000001100011111100000101101111110001010111111 | e0c7e0b7e2bf |
EUC-JP | 猊犢篩 | 111000001100100111100000101110011110010011000001 | e0c9e0b9e4c1 |
UTF-8 | 猊犢篩 | 111001111000110010001010111001111000101010100010111001111010111110101001 | e78c8ae78aa2e7afa9 |
UHC | 猊犢篩 | 111001111101100111010100101110111101111011101000 | e7d9d4bbdee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)