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 | 任??鳴 | 100101000100001100111111001111111001011011000010 | 94433f3f96c2 |
EUC-JP | 任??鳴 | 110001111010010000111111001111111100110011000100 | c7a43f3fccc4 |
UTF-8 | 任렒理鳴 | 111001001011101110111011111010111010000010010010111011111010011110100100111010011011001110110100 | e4bbbbeba092efa7a4e9b3b4 |
UHC | 任렒理鳴 | 1110110011110010100011101010011111101100101101011101100110110000 | ecf28ea7ecb5d9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)