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 | ?V?B | 00111111010101100011111101000010 | 3f563f42 |
SJIS-WIN | ?V舌B | 0011111101010110100100001110001101000010 | 3f5690e342 |
EUC-JP | ?V舌B | 0011111101010110110000001110010101000010 | 3f56c0e542 |
UTF-8 | 숷V舌B | 1110110010001000101101110101011011101000100010001000110001000010 | ec88b756e8888c42 |
UHC | 숷V舌B | 100110100100110001010110111000001101111101000010 | 9a4c56e0df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)