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 | 礁ウ者 | 10001111110010101011001110001110110100101111001010110011 | 8fcab38ed2f2b3 |
EUC-JP | 礁ウ者? | 10111110110011001000111010110011101111001101010000111111 | becc8eb3bcd43f |
UTF-8 | 礁ウ者 | 111001111010010010000001111011111011110110110011111010001000000010000101111011101000011110101010 | e7a481efbdb3e88085ee87aa |
UHC | 礁?者? | 111101011010011100111111111011011011101000111111 | f5a73fedba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)