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 | 螳懍囈妤 | 1110010110101110100111001110110010011010100101001111101010100100 | e5ae9cec9a94faa4 |
EUC-JP | 螳懍囈妤 | 111010101011000011011000111011101101001111110100100011111011100110101111 | eab0d8eed3f48fb9af |
UTF-8 | 螳懍囈妤 | 111010001001111010110011111001101000011110001101111001011001101110001000111001011010011010100100 | e89eb3e6878de59b88e5a6a4 |
UHC | 螳??? | 1101001111011001001111110011111100111111 | d3d93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)