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 | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
SJIS-WIN | 唸o涌獏 | 10011010010110000110111110010111010011111110000011010001 | 9a586f974fe0d1 |
EUC-JP | 唸o涌獏 | 11010011101110010110111111001101101100001110000011010011 | d3b96fcdb0e0d3 |
UTF-8 | 唸o涌獏 | 11100101100101001011100001101111111001101011011010001100111001111000110110001111 | e594b86fe6b68ce78d8f |
UHC | ?o涌? | 0011111101101111111010011011111100111111 | 3f6fe9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)