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 | 栽?⊂ | 1000110111001101001111111000000110111100 | 8dcd3f81bc |
EUC-JP | 栽?⊂ | 1011101011001111001111111010001010111110 | bacf3fa2be |
UTF-8 | 栽쇽⊂ | 111001101010000010111101111011001000011110111101111000101000101010000010 | e6a0bdec87bde28a82 |
UHC | 栽쇽⊂ | 111011101010100010111100111011111010000111111000 | eea8bcefa1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)