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 | ???vE | 0011111100111111001111110111011001000101 | 3f3f3f7645 |
SJIS-WIN | ?釐∮vE | 00111111111001111101100010000111100100110111011001000101 | 3fe7d887937645 |
EUC-JP | ?釐?vE | 001111111110111011011010001111110111011001000101 | 3feeda3f7645 |
UTF-8 | 룶釐∮vE | 1110101110100011101101101110100110000111100100001110001010001000101011100111011001000101 | eba3b6e98790e288ae7645 |
UHC | 룶釐∮vE | 1000111110101011110101111110110110100010101100010111011001000101 | 8fabd7eda2b17645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)