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 | 孵轗籠 | 100110110111101011100111011111011110001011000100 | 9b7ae77de2c4 |
EUC-JP | 孵轗籠 | 110101011101101111101101110111101110010011000110 | d5dbeddee4c6 |
UTF-8 | 孵轗籠 | 111001011010110110110101111010001011110110010111111001111011000110100000 | e5adb5e8bd97e7b1a0 |
UHC | 孵?籠 | 1101110110100010001111111101011011101011 | dda23fd6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)