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 | 薨絅羶 | 111001010100100111100011010001001110001110111101 | e549e344e3bd |
EUC-JP | 薨絅羶 | 111010011010101011100101101001011110011010111111 | e9aae5a5e6bf |
UTF-8 | 薨絅羶 | 111010001001011010101000111001111011010110000101111001111011111010110110 | e896a8e7b585e7beb6 |
UHC | 薨絅? | 1111110110111100110011001110011100111111 | fdbccce73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)