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 | VTH | 100100100101011010010010010101001001001001001000 | 925692549248 |
SJIS-WIN | ?V?T?H | 001111110101011000111111010101000011111101001000 | 3f563f543f48 |
EUC-JP | ?V?T?H | 001111110101011000111111010101000011111101001000 | 3f563f543f48 |
UTF-8 | VTH | 110000101001001001010110110000101001001001010100110000101001001001001000 | c29256c29254c29248 |
UHC | ?V?T?H | 001111110101011000111111010101000011111101001000 | 3f563f543f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)