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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 谷損贈@B | 1001001001001010100100011011100110010001101000010100000001000010 | 924a91b991a14042 |
EUC-JP | 谷損贈@B | 1100001110101011110000101011101111000010101000110100000001000010 | c3abc2bbc2a34042 |
UTF-8 | 谷損贈@B | 1110100010110000101101111110011010010000100011011110100010110100100010000100000001000010 | e8b0b7e6908de8b4884042 |
UHC | 谷損贈@B | 1100110111011011111000011101111111110001111111000100000001000010 | cddbe1dff1fc4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)