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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 城晴ヒシチ | 10001111111010011111101011011000110010111011110011000001 | 8fe9fad8cbbcc1 |
EUC-JP | 城?ヒシチ | 101111101110101100111111100011101100101110001110101111001000111011000001 | beeb3f8ecb8ebc8ec1 |
UTF-8 | 城晴ヒシチ | 111001011001111110001110111011111010100010010010111011111011111010001011111011111011110110111100111011111011111010000001 | e59f8eefa892efbe8befbdbcefbe81 |
UHC | 城???? | 111000001111001000111111001111110011111100111111 | e0f23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)