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 | 楹??繞 | 100111101011000100111111001111111110001110000101 | 9eb13f3fe385 |
EUC-JP | 楹??繞 | 110111001011001100111111001111111110010111100101 | dcb33f3fe5e5 |
UTF-8 | 楹븃략繞 | 111001101010010110111001111010111011100010000011111010111001111010110101111001111011100110011110 | e6a5b9ebb883eb9eb5e7b99e |
UHC | 楹븃략繞 | 1110011110110011101110101110100010110111101010111110100110100100 | e7b3bae8b7abe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)