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 | シト竺射 | 101111001100010010001110101100011000111011001011 | bcc48eb18ecb |
EUC-JP | シト竺射 | 1000111010111100100011101100010010111100101100111011110011001101 | 8ebc8ec4bcb3bccd |
UTF-8 | シト竺射 | 111011111011110110111100111011111011111010000100111001111010101110111010111001011011000010000100 | efbdbcefbe84e7abbae5b084 |
UHC | ??竺射 | 001111110011111111110101111001111101111011010010 | 3f3ff5e7ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)