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 | 礁ウ、 | 100011111100101010110011101001001111000011101100 | 8fcab3a4f0ec |
EUC-JP | 礁ウ、? | 10111110110011001000111010110011100011101010010000111111 | becc8eb38ea43f |
UTF-8 | 礁ウ、 | 111001111010010010000001111011111011110110110011111011111011110110100100111011101000001010101011 | e7a481efbdb3efbda4ee82ab |
UHC | 礁??? | 1111010110100111001111110011111100111111 | f5a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)