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 | 羣推振鐔 | 1110001110111000100100001000010010010000010101011110100001011100 | e3b890849055e85c |
EUC-JP | 羣推振鐔 | 1110011010111010101111111110010010111111101101101110111110111101 | e6babfe4bfb6efbd |
UTF-8 | 羣推振鐔 | 111001111011111010100011111001101000111010101000111001101000110010101111111010011001000010010100 | e7bea3e68ea8e68cafe99094 |
UHC | ?推振? | 001111111111010111001111111100101100100100111111 | 3ff5cff2c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)