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 | 001111110011111101000000001111110011111101010110 | 3f3f403f3f56 |
SJIS-WIN | ?}@??V | 00111111100000010111000001000000001111110011111101010110 | 3f8170403f3f56 |
EUC-JP | ?}@??V | 00111111101000011101000101000000001111110011111101010110 | 3fa1d1403f3f56 |
UTF-8 | 룵}@룵₃V | 1110101110100011101101011110111110111101100111010100000011101011101000111011010111100010100000101000001101010110 | eba3b5efbd9d40eba3b5e2828356 |
UHC | 룵}@룵₃V | 10001111101010101010001111111101010000001000111110101010101010011111110101010110 | 8faaa3fd408faaa9fd56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)