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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 形∩ | 100011000110000010000001101111111000000101000000 | 8c6081bf8140 |
EUC-JP | 形∩ | 101101111100000110100010110000011010000110100001 | b7c1a2c1a1a1 |
UTF-8 | 形∩ | 111001011011110110100010111000101000100010101001111000111000000010000000 | e5bda2e288a9e38080 |
UHC | 形∩ | 111110111010000110100001111110111010000110100001 | fba1a1fba1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)