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 | 羌眼ォ | 1110001110110011100010101110000110101011 | e3b38ae1ab |
EUC-JP | 羌眼ォ | 111001101011010110110100111000111000111010101011 | e6b5b4e38eab |
UTF-8 | 羌眼ォ | 111001111011111010001100111001111001110010111100111011111011110110101011 | e7be8ce79cbcefbdab |
UHC | 羌眼? | 1100101110110110111001001101000100111111 | cbb6e4d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)