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 | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
SJIS-WIN | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
EUC-JP | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
UTF-8 | 렻렏w렻렏 | 11101011101000001011101111101011101000001000111101110111111010111010000010111011111010111010000010001111 | eba0bbeba08f77eba0bbeba08f |
UHC | 렻렏w렻렏 | 100011101100001110001110101001010111011110001110110000111000111010100101 | 8ec38ea5778ec38ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)