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 | 踵門漫踵 | 1110011011111001100101101110010110010110100111111110011011111001 | e6f996e5969fe6f9 |
EUC-JP | 踵門漫踵 | 1110110011111011110011001110011111001100101000011110110011111011 | ecfbcce7cca1ecfb |
UTF-8 | 踵門漫踵 | 111010001011100010110101111010011001011010000000111001101011110010101011111010001011100010110101 | e8b8b5e99680e6bcabe8b8b5 |
UHC | 踵門漫踵 | 1111000110100010110110101010011011011000101111001111000110100010 | f1a2daa6d8bcf1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)