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 | 蒻脂葵粢 | 1110010011101000100011101000100110001000101010001110001011100101 | e4e88e8988a8e2e5 |
EUC-JP | 蒻脂葵粢 | 1110100011101010101110111110100110110000101010101110010011100111 | e8eabbe9b0aae4e7 |
UTF-8 | 蒻脂葵粢 | 111010001001001010111011111010001000010010000010111010001001000110110101111001111011001010100010 | e892bbe88482e891b5e7b2a2 |
UHC | 蒻脂葵? | 11100101101101101111001010110111110100001010110100111111 | e5b6f2b7d0ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)