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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋺ソ譁千 | 11100111111110101011111111100110100101101001000011100111 | e7fabfe69690e7 |
EUC-JP | 鋺ソ譁千 | 1110111011111100100011101011111111101011111101101100000011101001 | eefc8ebfebf6c0e9 |
UTF-8 | 鋺ソ譁千 | 111010011000101110111010111011111011110110111111111010001010110110000001111001011000110110000011 | e98bbaefbdbfe8ad81e58d83 |
UHC | ??譁千 | 001111110011111111111100101001101111010010110110 | 3f3ffca6f4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)