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 | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 逵ゥz逵ゥzB | 111001111001110010101001011110101110011110011100101010010111101001000010 | e79ca97ae79ca97a42 |
EUC-JP | 逵ゥz逵ゥzB | 1110110111111100100011101010100101111010111011011111110010001110101010010111101001000010 | edfc8ea97aedfc8ea97a42 |
UTF-8 | 逵ゥz逵ゥzB | 111010011000000010110101111011111011110110101001011110101110100110000000101101011110111110111101101010010111101001000010 | e980b5efbda97ae980b5efbda97a42 |
UHC | 逵?z逵?zB | 110100001011000000111111011110101101000010110000001111110111101001000010 | d0b03f7ad0b03f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)