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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 孼????? | 1000111110111010110000110011111100111111001111110011111100111111 | 8fbac33f3f3f3f3f |
UTF-8 | 孼뽰옕杻믤캆 | 111001011010110110111100111010111011110110110000111011001001100010010101111011111010011110001000111010111010111110100100111011001011101010000110 | e5adbcebbdb0ec9895efa788ebafa4ecba86 |
UHC | 孼뽰옕杻믤캆 | 111001011110110110010110111011001001111010011011111010101111010010010010111001101010111110010011 | e5ed96ec9e9beaf492e6af93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)