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 | 醇??燧 | 100011111000011000111111001111111110000010011100 | 8f863f3fe09c |
EUC-JP | 醇??燧 | 101111011110011000111111001111111101111111111100 | bde63f3fdffc |
UTF-8 | 醇뗺뙮燧 | 111010011000011010000111111010111001011110111010111010111001100110101110111001111000011110100111 | e98687eb97baeb99aee787a7 |
UHC | 醇뗺뙮燧 | 1110001011110101100010111111100110001100101100011110001010101100 | e2f58bf98cb1e2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)