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 | ???蒻 | 0011111100111111001111111110010011101000 | 3f3f3fe4e8 |
EUC-JP | 倻??蒻 | 10001111101100011111011000111111001111111110100011101010 | 8fb1f63f3fe8ea |
UTF-8 | 倻뽮낸蒻 | 111001011000000010111011111010111011110110101110111010111000001010111000111010001001001010111011 | e580bbebbdaeeb82b8e892bb |
UHC | 倻뽮낸蒻 | 1110010110100110100101101110101010110011101111011110010110110110 | e5a696eab3bde5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)