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 | èÌð² | 11101000110011001111000010110010 | e8ccf0b2 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | èÌð? | 10001111101010111011001010001111101010101100000010001111101010011100001100111111 | 8fabb28faac08fa9c33f |
UTF-8 | èÌð² | 1100001110101000110000111000110011000011101100001100001010110010 | c3a8c38cc3b0c2b2 |
UHC | ??ð² | 001111110011111110101001101000111010100111110111 | 3f3fa9a3a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)