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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ラョ靑 | 11010111101011101111101111110010 | d7aefbf2 |
EUC-JP | ラョ? | 1000111011010111100011101010111000111111 | 8ed78eae3f |
UTF-8 | ラョ靑 | 111011111011111010010111111011111011110110101110111010011001110110010001 | efbe97efbdaee99d91 |
UHC | ??靑 | 00111111001111111111010011101100 | 3f3ff4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)