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 | ゙齊イイ | 11110010101111111101111011101010100011101011001010110010 | f2bfdeea8eb2b2 |
EUC-JP | ?゙齊イイ | 001111111000111011011110111100111110111010001110101100101000111010110010 | 3f8edef3ee8eb28eb2 |
UTF-8 | ゙齊イイ | 111011101000011110110110111011111011111010011110111010011011110110001010111011111011110110110010111011111011110110110010 | ee87b6efbe9ee9bd8aefbdb2efbdb2 |
UHC | ??齊?? | 001111110011111111110000101110100011111100111111 | 3f3ff0ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)