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 | 啼斑?? | 100110100110010110010100110000010011111100111111 | 9a6594c13f3f |
EUC-JP | 啼斑?? | 110100111100011011001000110000110011111100111111 | d3c6c8c33f3f |
UTF-8 | 啼斑렭렞 | 111001011001010110111100111001101001011010010001111010111010000010101101111010111010000010011110 | e595bce69691eba0adeba09e |
UHC | 啼斑렭렞 | 1111000010100110110110101110100010001110101110101000111010101111 | f0a6dae88eba8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)