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 | ???IB | 0011111100111111001111110100100101000010 | 3f3f3f4942 |
SJIS-WIN | ?〓?IB | 001111111000000110101100001111110100100101000010 | 3f81ac3f4942 |
EUC-JP | 縯〓?IB | 1000111111010100110010111010001010101110001111110100100101000010 | 8fd4cba2ae3f4942 |
UTF-8 | 縯〓젛IB | 1110011110111000101011111110001110000000100100111110110010100000100110110100100101000010 | e7b8afe38093eca09b4942 |
UHC | 縯〓젛IB | 1110011011100000101000011110101110100000100101110100100101000010 | e6e0a1eba0974942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)