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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ?〓?}B | 001111111000000110101100001111110111110101000010 | 3f81ac3f7d42 |
EUC-JP | 縕〓?}B | 1000111111010100110000101010001010101110001111110111110101000010 | 8fd4c2a2ae3f7d42 |
UTF-8 | 縕〓젔}B | 1110011110111000100101011110001110000000100100111110110010100000100101000111110101000010 | e7b895e38093eca0947d42 |
UHC | 縕〓젔}B | 1110100010110010101000011110101110100000100100100111110101000010 | e8b2a1eba0927d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)