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 | 屋??俑 | 100010011010111000111111001111111001100011011010 | 89ae3f3f98da |
EUC-JP | 屋?˝俑 | 1011001010110000001111111000111110100010101100111101000011011100 | b2b03f8fa2b3d0dc |
UTF-8 | 屋⑴˝俑 | 1110010110110001100010111110001010010001101101001100101110011101111001001011111110010001 | e5b18be291b4cb9de4bf91 |
UHC | 屋⑴˝俑 | 1110100010101001101010011110011110100010101010011110100110110101 | e8a9a9e7a2a9e9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)