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 | 夜????? | 10010110111010010011111100111111001111110011111100111111 | 96e93f3f3f3f3f |
EUC-JP | 夜????? | 11001100111010110011111100111111001111110011111100111111 | cceb3f3f3f3f3f |
UTF-8 | 夜쏅쪇杻쒏뇡 | 111001011010010010011100111011001000111110000101111011001010101010000111111011111010011110001000111011001001001010001111111010111000011110100001 | e5a49cec8f85ecaa87efa788ec928feb87a1 |
UHC | 夜쏅쪇杻쒏뇡 | 111001011010100010011011111010111010010110000001111010101111010010011100111001101000011110001001 | e5a89beba581eaf49ce68789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)