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 | ???K?? | 001111110011111100111111010010110011111100111111 | 3f3f3f4b3f3f |
SJIS-WIN | 蟾蒿減K゚ヤ | 111001011011011111100100111001001000110010111000010010111101111111010100 | e5b7e4e48cb84bdfd4 |
EUC-JP | 蟾蒿減K゚ヤ | 1110101010111001111010001110011010111000101110100100101110001110110111111000111011010100 | eab9e8e6b8ba4b8edf8ed4 |
UTF-8 | 蟾蒿減K゚ヤ | 11101000100111111011111011101000100100101011111111100110101110001001101101001011111011111011111010011111111011111011111010010100 | e89fbee892bfe6b89b4befbe9fefbe94 |
UHC | 蟾蒿減K?? | 111000001110101011111011110110101100101011110101010010110011111100111111 | e0eafbdacaf54b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)