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 | 倭??歟? | 10011000011000000011111100111111100111110110001000111111 | 98603f3f9f623f |
EUC-JP | 倭??歟? | 11001111110000010011111100111111110111011100001100111111 | cfc13f3fddc33f |
UTF-8 | 倭롧탳歟곁 | 111001011000000010101101111010111010000110100111111011011000001110110011111001101010110110011111111010101011001110000001 | e580adeba1a7ed83b3e6ad9feab381 |
UHC | 倭롧탳歟곁 | 11101000110111101000111011100111101101011001000011100110101000101011000011100111 | e8de8ee7b590e6a2b0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)