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 | 蠖ァ蠎ク螢 | 1110010110111101101001111110010110111010101110001110010110100011 | e5bda7e5bab8e5a3 |
EUC-JP | 蠖ァ蠎ク螢 | 11101010101111111000111010100111111010101011110010001110101110001110101010100101 | eabf8ea7eabc8eb8eaa5 |
UTF-8 | 蠖ァ蠎ク螢 | 111010001010000010010110111011111011110110100111111010001010000010001110111011111011110110111000111010001001111010100010 | e8a096efbda7e8a08eefbdb8e89ea2 |
UHC | ????螢 | 001111110011111100111111001111111111101110101011 | 3f3f3f3ffbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)