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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 譌ヲ驕年V | 1110011010010111101001101110100110000001100101000100111001010110 | e697a6e981944e56 |
EUC-JP | 譌ヲ驕年V | 111010111111011110001110101001101111000111100001110001111010111101010110 | ebf78ea6f1e1c7af56 |
UTF-8 | 譌ヲ驕年V | 11101000101011011000110011101111101111011010011011101001101010011001010111100101101110011011010001010110 | e8ad8cefbda6e9a995e5b9b456 |
UHC | ??驕年V | 00111111001111111100111011110110110100101011010001010110 | 3f3fcef6d2b456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)