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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?實? | 00111111100110111000100100111111 | 3f9b893f |
EUC-JP | ?實? | 00111111110101011110100100111111 | 3fd5e93f |
UTF-8 | 뾬實걲 | 111010111011111010101100111001011010111110100110111010101011000110110010 | ebbeace5afa6eab1b2 |
UHC | 뾬實걲 | 100101110110111111100011111110011000000110011001 | 976fe3f98199 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)