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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 唸鞦唸 | 100110100101100011101000111000011001101001011000 | 9a58e8e19a58 |
EUC-JP | 唸鞦唸 | 110100111011100111110000111000111101001110111001 | d3b9f0e3d3b9 |
UTF-8 | 唸鞦唸 | 111001011001010010111000111010011001111010100110111001011001010010111000 | e594b8e99ea6e594b8 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)