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 | 湜疾「邇サ | 11111011010001111000111010111110111100011110000110100010111001111000111010111011 | fb478ebef1e1a2e78ebb |
EUC-JP | 湜疾?「邇サ | 100011111100011111111100101111001100000000111111100011101010001011101101111011101000111010111011 | 8fc7fcbcc03f8ea2edee8ebb |
UTF-8 | 湜疾「邇サ | 111001101011100110011100111001111001011010111110111011101000010110011100111011111011110110100010111010011000001010000111111011111011110110111011 | e6b99ce796beee859cefbda2e98287efbdbb |
UHC | 湜疾??邇? | 111000111101011111110010111100000011111100111111111011001100010000111111 | e3d7f2f03f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)