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 | 謳問陶縺 | 1110011010010000100101101110001010010011101010011110001110000001 | e69096e293a9e381 |
EUC-JP | 謳問陶縺 | 1110101111110000110011001110010011000110101010111110010111100001 | ebf0cce4c6abe5e1 |
UTF-8 | 謳問陶縺 | 111010001010110010110011111001011001010110001111111010011001100110110110111001111011100010111010 | e8acb3e5958fe999b6e7b8ba |
UHC | 謳問陶? | 11001111110001001101100111111101110101001011011000111111 | cfc4d9fdd4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)