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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 籵朱海跌 | 1110001011100000100011101110100110001010010000111110011011101001 | e2e08ee98a43e6e9 |
EUC-JP | 籵朱海跌 | 1110010011100010101111001110101110110011101001001110110011101011 | e4e2bcebb3a4eceb |
UTF-8 | 籵朱海跌 | 111001111011000110110101111001101001110010110001111001101011010110110111111010001011011110001100 | e7b1b5e69cb1e6b5b7e8b78c |
UHC | ?朱海跌 | 00111111111100011011100111111010101011011111001011110110 | 3ff1b9faadf2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)