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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 晁晁??? | 10011101111010001001110111101000001111110011111100111111 | 9de89de83f3f3f |
EUC-JP | 晁晁??? | 11011010111010101101101011101010001111110011111100111111 | daeadaea3f3f3f |
UTF-8 | 晁晁얏롘롋 | 111001101001100110000001111001101001100110000001111011001001011010001111111010111010000110011000111010111010000110001011 | e69981e69981ec968feba198eba18b |
UHC | 晁晁얏롘롋 | 11110000110001011111000011000101101111101110011010001110110111001000111011010001 | f0c5f0c5bee68edc8ed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)