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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 邀z邀zB | 11100111101100010111101011100111101100010111101001000010 | e7b17ae7b17a42 |
EUC-JP | 邀z邀zB | 11101110101100110111101011101110101100110111101001000010 | eeb37aeeb37a42 |
UTF-8 | 邀z邀zB | 111010011000001010000000011110101110100110000010100000000111101001000010 | e982807ae982807a42 |
UHC | 邀z邀zB | 11101001101011010111101011101001101011010111101001000010 | e9ad7ae9ad7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)