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 | 蝨区梵 | 111001011001110010001011111001101001111010010000 | e59c8be69e90 |
EUC-JP | 蝨区梵 | 111010011111110010110110111010001101101111110000 | e9fcb6e8dbf0 |
UTF-8 | 蝨区梵 | 111010001001110110101000111001011000110010111010111001101010001010110101 | e89da8e58cbae6a2b5 |
UHC | 蝨?梵 | 1110001110100100001111111101101111101111 | e3a43fdbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)