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 | ëæ·\ | 11101011100001001001100111100110101101111001111001011100 | eb8499e6b79e5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ë??æ??\ | 1000111110101011101100110011111100111111100011111010100111000001001111110011111101011100 | 8fabb33f3f8fa9c13f3f5c |
UTF-8 | ëæ·\ | 11000011101010111100001010000100110000101001100111000011101001101100001010110111110000101001111001011100 | c3abc284c299c3a6c2b7c29e5c |
UHC | ???æ·?\ | 001111110011111100111111101010011010000110100001101001000011111101011100 | 3f3f3fa9a1a1a43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)