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 | 001111110011111101010110001111110011111101000010 | 3f3f563f3f42 |
SJIS-WIN | ??V??B | 001111110011111101010110001111110011111101000010 | 3f3f563f3f42 |
EUC-JP | ??V??B | 001111110011111101010110001111110011111101000010 | 3f3f563f3f42 |
UTF-8 | 횙짯V횪찼B | 1110110110011010100110011110110010100111101011110101011011101101100110101010101011101100101100001011110001000010 | ed9a99eca7af56ed9aaaecb0bc42 |
UHC | 횙짯V횪찼B | 11000011100100111100001010101101010101101100001110100000110000111010000101000010 | c393c2ad56c3a0c3a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)