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 | 上緕ー社シチ | 100011111110001111100011100011101011000010001110110100001011110011000001 | 8fe3e38eb08ed0bcc1 |
EUC-JP | 上緕ー社シチ | 101111101110010111100101111011101000111010110000101111001101001010001110101111001000111011000001 | bee5e5ee8eb0bcd28ebc8ec1 |
UTF-8 | 上緕ー社シチ | 111001001011100010001010111001111011011110010101111011111011110110110000111001111010010010111110111011111011110110111100111011111011111010000001 | e4b88ae7b795efbdb0e7a4beefbdbcefbe81 |
UHC | 上??社?? | 1101111110111110001111110011111111011110111001000011111100111111 | dfbe3f3fdee43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)