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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襁懍荻 | 111001011111010010011100111011001000100110101100 | e5f49cec89ac |
EUC-JP | 襁懍荻 | 111010101111011011011000111011101011001010101110 | eaf6d8eeb2ae |
UTF-8 | 襁懍荻 | 111010001010010110000001111001101000011110001101111010001000110110111011 | e8a581e6878de88dbb |
UHC | 襁?荻 | 1100101110111010001111111110111011100010 | cbba3feee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)