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 | ??屑泄 | 001111110011111110001011111110111001111110010101 | 3f3f8bfb9f95 |
EUC-JP | ??屑泄 | 001111110011111110110110111111011101110111110101 | 3f3fb6fdddf5 |
UTF-8 | 뾸숥屑泄 | 111010111011111010111000111011001000100010100101111001011011000110010001111001101011001110000100 | ebbeb8ec88a5e5b191e6b384 |
UHC | 뾸숥屑泄 | 1001011101111010100110100100001011100000110110101110000011011100 | 977a9a42e0dae0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)