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 | 鬥鈴」ゥ | 111010011010011010010111111010011010001110101001 | e9a697e9a3a9 |
EUC-JP | 鬥鈴」ゥ | 1111001010101000110011101110101110001110101000111000111010101001 | f2a8ceeb8ea38ea9 |
UTF-8 | 鬥鈴」ゥ | 111010011010110010100101111010011000100010110100111011111011110110100011111011111011110110101001 | e9aca5e988b4efbda3efbda9 |
UHC | ?鈴?? | 0011111111010110110000100011111100111111 | 3fd6c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)