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 | 蓖イ迢シ讌 | 1110010011101101101100101110011110001011101111001110011010100101 | e4edb2e78bbce6a5 |
EUC-JP | 蓖イ迢シ讌 | 11101000111011111000111010110010111011011110101110001110101111001110110010100111 | e8ef8eb2edeb8ebceca7 |
UTF-8 | 蓖イ迢シ讌 | 111010001001001110010110111011111011110110110010111010001011111110100010111011111011110110111100111010001010111010001100 | e89396efbdb2e8bfa2efbdbce8ae8c |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)