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 | 羆順晦 | 111000111010111110001111100001111000101001000001 | e3af8f878a41 |
EUC-JP | 羆順晦 | 111001101011000110111101111001111011001110100010 | e6b1bde7b3a2 |
UTF-8 | 羆順晦 | 111001111011111010000110111010011010000010000110111001101001100110100110 | e7be86e9a086e699a6 |
UHC | ?順晦 | 0011111111100010111101111111110011100100 | 3fe2f7fce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)