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 | 弥褶 | 10010110111011011110010111110111 | 96ede5f7 |
EUC-JP | 弥褶 | 11001100111011111110101011111001 | ccefeaf9 |
UTF-8 | 弥褶 | 111001011011110010100101111010001010010010110110 | e5bca5e8a4b6 |
UHC | ?褶 | 001111111110001110101000 | 3fe3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)