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 | 粧??鳴 | 100011111100111100111111001111111001011011000010 | 8fcf3f3f96c2 |
EUC-JP | 粧??鳴 | 101111101101000100111111001111111100110011000100 | bed13f3fccc4 |
UTF-8 | 粧렒理鳴 | 111001111011001010100111111010111010000010010010111011111010011110100100111010011011001110110100 | e7b2a7eba092efa7a4e9b3b4 |
UHC | 粧렒理鳴 | 1110110111110010100011101010011111101100101101011101100110110000 | edf28ea7ecb5d9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)