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 | ???Vy | 0011111100111111001111110101011001111001 | 3f3f3f5679 |
SJIS-WIN | 訝??Vy | 111001100110001000111111001111110101011001111001 | e6623f3f5679 |
EUC-JP | 訝??Vy | 111010111100001100111111001111110101011001111001 | ebc33f3f5679 |
UTF-8 | 訝덌푳Vy | 1110100010101000100111011110101110001101100011001110110110010001101100110101011001111001 | e8a89deb8d8ced91b35679 |
UHC | 訝덌푳Vy | 1110010010111000100010001110111110111110100000010101011001111001 | e4b888efbe815679 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)