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 | 0011111100111111001111110011111101010110001111110011111101000010 | 3f3f3f3f563f3f42 |
SJIS-WIN | ????V??B | 0011111100111111001111110011111101010110001111110011111101000010 | 3f3f3f3f563f3f42 |
EUC-JP | ????V??B | 0011111100111111001111110011111101010110001111110011111101000010 | 3f3f3f3f563f3f42 |
UTF-8 | 쩌횛쩌짱V횪책B | 1110110010101001100011001110110110011010100110111110110010101001100011001110110010100111101100010101011011101101100110101010101011101100101100011000010101000010 | eca98ced9a9beca98ceca7b156ed9aaaecb18542 |
UHC | 쩌횛쩌짱V횪책B | 1100001010111100110000111001010111000010101111001100001010101111010101101100001110100000110000111010010101000010 | c2bcc395c2bcc2af56c3a0c3a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)