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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 晶゙踴シ | 1000111110111011110111101111001010111001111001101111101110111100 | 8fbbdef2b9e6fbbc |
EUC-JP | 晶゙?踴シ | 101111101011110110001110110111100011111111101100111111011000111010111100 | bebd8ede3fecfd8ebc |
UTF-8 | 晶゙踴シ | 111001101001100110110110111011111011111010011110111011101000011110110000111010001011100010110100111011111011110110111100 | e699b6efbe9eee87b0e8b8b4efbdbc |
UHC | 晶???? | 111011111101110000111111001111110011111100111111 | efdc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)