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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 弥輛 | 10010110111011011110011101110000 | 96ede770 |
EUC-JP | 弥輛 | 11001100111011111110110111010001 | ccefedd1 |
UTF-8 | 弥輛 | 111001011011110010100101111010001011110010011011 | e5bca5e8bc9b |
UHC | ?輛 | 001111111101010111100000 | 3fd5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)