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 | 111100101010001010001110101110001111101101010110 | f2a28eb8fb56 |
SJIS-WIN | ?¢???V | 00111111100000011001000100111111001111110011111101010110 | 3f81913f3f3f56 |
EUC-JP | ò¢?¸ûV | 10001111101010111101001010100001111100010011111110001111101000101011000110001111101010111110010101010110 | 8fabd2a1f13f8fa2b18fabe556 |
UTF-8 | ò¢¸ûV | 1100001110110010110000101010001011000010100011101100001010111000110000111011101101010110 | c3b2c2a2c28ec2b8c3bb56 |
UHC | ???¸?V | 00111111001111110011111110100010101011000011111101010110 | 3f3f3fa2ac3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)