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 | 醇??焉 | 100011111000011000111111001111111110000010000001 | 8f863f3fe081 |
EUC-JP | 醇??焉 | 101111011110011000111111001111111101111111100001 | bde63f3fdfe1 |
UTF-8 | 醇귡갌焉 | 111010011000011010000111111010101011011110100001111010101011000010001100111001111000010010001001 | e98687eab7a1eab08ce78489 |
UHC | 醇귡갌焉 | 1110001011110101100000101110100110000001010001101110010111101010 | e2f582e98146e5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)