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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ト齊ョ・ゥ | 1111000111100001110001001110101010001110101011101010010110101001 | f1e1c4ea8eaea5a9 |
EUC-JP | ?ト齊ョ・ゥ | 0011111110001110110001001111001111101110100011101010111010001110101001011000111010101001 | 3f8ec4f3ee8eae8ea58ea9 |
UTF-8 | ト齊ョ・ゥ | 111011101000010110011100111011111011111010000100111010011011110110001010111011111011110110101110111011111011110110100101111011111011110110101001 | ee859cefbe84e9bd8aefbdaeefbda5efbda9 |
UHC | ??齊??? | 00111111001111111111000010111010001111110011111100111111 | 3f3ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)