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 | 上粮ー照 | 10001111111000111110001011101100101100001000111111000110 | 8fe3e2ecb08fc6 |
EUC-JP | 上粮ー照 | 1011111011100101111001001110111010001110101100001011111011001000 | bee5e4ee8eb0bec8 |
UTF-8 | 上粮ー照 | 111001001011100010001010111001111011001010101110111011111011110110110000111001111000010110100111 | e4b88ae7b2aeefbdb0e785a7 |
UHC | 上粮?照 | 11011111101111101101010111011011001111111111000011001110 | dfbed5db3ff0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)