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 | 鳫ミ齊セ鴫 | 1110100111101101110100001110101010001110101111101000111010110000 | e9edd0ea8ebe8eb0 |
EUC-JP | 鳫ミ齊セ鴫 | 11110010111011111000111011010000111100111110111010001110101111101011110010110010 | f2ef8ed0f3ee8ebebcb2 |
UTF-8 | 鳫ミ齊セ鴫 | 111010011011001110101011111011111011111010010000111010011011110110001010111011111011110110111110111010011011010010101011 | e9b3abefbe90e9bd8aefbdbee9b4ab |
UHC | ??齊?? | 001111110011111111110000101110100011111100111111 | 3f3ff0ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)