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 | 搖?葬烽?? | 100111011000101000111111100100011001001011100000100000100011111100111111 | 9d8a3f9192e0823f3f |
EUC-JP | 搖?葬烽?? | 110110011110101000111111110000011111001011011111111000100011111100111111 | d9ea3fc1f2dfe23f3f |
UTF-8 | 搖렪葬烽렖렣 | 111001101001000010010110111010111010000010101010111010001001000110101100111001111000001110111101111010111010000010010110111010111010000010100011 | e69096eba0aae891ace783bdeba096eba0a3 |
UHC | 搖렪葬烽렖렣 | 111010001111010010001110101110001110110111110111110111001110101110001110101010111000111010110100 | e8f48eb8edf7dceb8eab8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)