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??? | 001111110011111101010110001111110011111100111111 | 3f3f563f3f3f |
SJIS-WIN | □?V??苑 | 1000000110100000001111110101011000111111001111111000100110010001 | 81a03f563f3f8991 |
EUC-JP | □?V??苑 | 1010001010100010001111110101011000111111001111111011000111110001 | a2a23f563f3fb1f1 |
UTF-8 | □▩V룵에苑 | 11100010100101101010000111100010100101101010100101010110111010111010001110110101111011001001011110010000111010001000101110010001 | e296a1e296a956eba3b5ec9790e88b91 |
UHC | □▩V룵에苑 | 1010000111100000101000101100110001010110100011111010101010111111101000011110101010111101 | a1e0a2cc568faabfa1eabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)