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 | 踵夜區踰 | 1110011011111001100101101110100110011001101111011110011011111010 | e6f996e999bde6fa |
EUC-JP | 踵夜區踰 | 1110110011111011110011001110101111010010101111111110110011111100 | ecfbccebd2bfecfc |
UTF-8 | 踵夜區踰 | 111010001011100010110101111001011010010010011100111001011000110110000000111010001011100010110000 | e8b8b5e5a49ce58d80e8b8b0 |
UHC | 踵夜區踰 | 1111000110100010111001011010100011001111101000011110101110110010 | f1a2e5a8cfa1ebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)