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 | 臾?К維?Ч | 11100100011010110011111110000100010010111000100011011011001111111000010001011000 | e46b3f844b88db3f8458 |
EUC-JP | 臾?К維?Ч | 11100111110011000011111110100111101011001011000011011101001111111010011110111001 | e7cc3fa7acb0dd3fa7b9 |
UTF-8 | 臾노К維뉖Ч | 11101000100001111011111011101011100001011011100011010000100110101110011110110110101011011110101110001001100101101101000010100111 | e887beeb85b8d09ae7b6adeb8996d0a7 |
UHC | 臾노К維뉖Ч | 111010111010110010110011111010111010110010101100111010111010101110000111111010111010110010111001 | ebacb3ebacacebab87ebacb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)