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 | 釈失箏 | 100011101101111110001110101110001110001010110101 | 8edf8eb8e2b5 |
EUC-JP | 釈失箏 | 101111001110000110111100101110101110010010110111 | bce1bcbae4b7 |
UTF-8 | 釈失箏 | 111010011000011110001000111001011010010010110001111001111010111010001111 | e98788e5a4b1e7ae8f |
UHC | ?失箏 | 0011111111100011111101111110111010110100 | 3fe3f7eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)