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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荳茨セ堤濫 | 111001001011100010001000111011111011111010010010111001111001011110010100 | e4b888efbe92e79794 |
EUC-JP | 荳茨セ堤濫 | 11101000101110101011000011110001100011101011111011000100111010011100110111110100 | e8bab0f18ebec4e9cdf4 |
UTF-8 | 荳茨セ堤濫 | 111010001000110110110011111010001000110010101000111011111011110110111110111001011010000010100100111001101011111110101011 | e88db3e88ca8efbdbee5a0a4e6bfab |
UHC | 荳茨?堤濫 | 110101001110010111101101101111000011111111110000101001111101010110111101 | d4e5edbc3ff0a7d5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)