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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 池???? | 100100100111001000111111001111110011111100111111 | 92723f3f3f3f |
EUC-JP | 池???? | 110000111101001100111111001111110011111100111111 | c3d33f3f3f3f |
UTF-8 | 池렋吏렋裡 | 111001101011000110100000111010111010000010001011111011111010011110011110111010111010000010001011111011111010011110101000 | e6b1a0eba08befa79eeba08befa7a8 |
UHC | 池렋吏렋裡 | 11110010101011101000111010100010111011001010011110001110101000101110110011000001 | f2ae8ea2eca78ea2ecc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)