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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???蚓?Ⅴ | 0011111100111111001111111110010101101101001111111000011101011000 | 3f3f3fe56d3f8758 |
EUC-JP | ???蚓?? | 00111111001111110011111111101001110011100011111100111111 | 3f3f3fe9ce3f3f |
UTF-8 | 歷몄쉳蚓귨Ⅴ | 111011111010011010001100111010111010101010000100111011001000100110110011111010001001101010010011111010101011011110101000111000101000010110100100 | efa68cebaa84ec89b3e89a93eab7a8e285a4 |
UHC | 歷몄쉳蚓귨Ⅴ | 111001101011100010111000111011001001101010001010111011001110001010000010111011111010010110110100 | e6b8b8ec9a8aece282efa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)