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 | 鳫ミ齊セ質 | 1110100111101101110100001110101010001110101111101000111010111111 | e9edd0ea8ebe8ebf |
EUC-JP | 鳫ミ齊セ質 | 11110010111011111000111011010000111100111110111010001110101111101011110011000001 | f2ef8ed0f3ee8ebebcc1 |
UTF-8 | 鳫ミ齊セ質 | 111010011011001110101011111011111011111010010000111010011011110110001010111011111011110110111110111010001011001110101010 | e9b3abefbe90e9bd8aefbdbee8b3aa |
UHC | ??齊?質 | 00111111001111111111000010111010001111111111001011110101 | 3f3ff0ba3ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)