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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 譌ヲ驕撚^ | 1110011010010111101001101110100110000001100101000101000101011110 | e697a6e98194515e |
EUC-JP | 譌ヲ驕撚^ | 111010111111011110001110101001101111000111100001110001111011001001011110 | ebf78ea6f1e1c7b25e |
UTF-8 | 譌ヲ驕撚^ | 11101000101011011000110011101111101111011010011011101001101010011001010111100110100100101001101001011110 | e8ad8cefbda6e9a995e6929a5e |
UHC | ??驕撚^ | 00111111001111111100111011110110110100101011010101011110 | 3f3fcef6d2b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)