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 | 嶢?葬峰?? | 100110111101000000111111100100011001001010010101111101000011111100111111 | 9bd03f919295f43f3f |
EUC-JP | 嶢?葬峰?? | 110101101101001000111111110000011111001011001010111101100011111100111111 | d6d23fc1f2caf63f3f |
UTF-8 | 嶢렖葬峰뤂딘 | 111001011011011010100010111010111010000010010110111010001001000110101100111001011011001110110000111010111010010010000010111010111001010010011000 | e5b6a2eba096e891ace5b3b0eba482eb9498 |
UHC | 嶢렖葬峰뤂딘 | 111010001111001010001110101010111110110111110111110111001110100010001111101100111011010111110010 | e8f28eabedf7dce88fb3b5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)