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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譌ヲ驕牌 | 11100110100101111010011011101001100000011001010001110110 | e697a6e9819476 |
EUC-JP | 譌ヲ驕牌 | 1110101111110111100011101010011011110001111000011100011111010111 | ebf78ea6f1e1c7d7 |
UTF-8 | 譌ヲ驕牌 | 111010001010110110001100111011111011110110100110111010011010100110010101111001111000100110001100 | e8ad8cefbda6e9a995e7898c |
UHC | ??驕牌 | 001111110011111111001110111101101111100010101011 | 3f3fcef6f8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)