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 | 厓?鵝? | 111110101000110100111111111010100100000000111111 | fa8d3fea403f |
EUC-JP | 厓?鵝? | 10001111101101001100011100111111111100111010000100111111 | 8fb4c73ff3a13f |
UTF-8 | 厓쯖鵝냂 | 111001011000111010010011111011001010111110010110111010011011010110011101111010111000001110000010 | e58e93ecaf96e9b59deb8382 |
UHC | 厓쯖鵝냂 | 1110010011101101101010010101000111100100101111011000011001010001 | e4eda951e4bd8651 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)