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 | ????滓 | 001111110011111100111111001111111001111111100110 | 3f3f3f3f9fe6 |
EUC-JP | ????滓 | 001111110011111100111111001111111101111011101000 | 3f3f3f3fdee8 |
UTF-8 | 롘롒렲롍滓 | 111010111010000110011000111010111010000110010010111010111010000010110010111010111010000110001101111001101011101110010011 | eba198eba192eba0b2eba18de6bb93 |
UHC | 롘롒렲롍滓 | 10001110110111001000111011010111100011101011111110001110110100111110111010101011 | 8edc8ed78ebf8ed3eeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)