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 | 上粮ー社シ | 1000111111100011111000101110110010110000100011101101000010111100 | 8fe3e2ecb08ed0bc |
EUC-JP | 上粮ー社シ | 10111110111001011110010011101110100011101011000010111100110100101000111010111100 | bee5e4ee8eb0bcd28ebc |
UTF-8 | 上粮ー社シ | 111001001011100010001010111001111011001010101110111011111011110110110000111001111010010010111110111011111011110110111100 | e4b88ae7b2aeefbdb0e7a4beefbdbc |
UHC | 上粮?社? | 1101111110111110110101011101101100111111110111101110010000111111 | dfbed5db3fdee43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)