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 | ????^] | 001111110011111100111111001111110101111001011101 | 3f3f3f3f5e5d |
SJIS-WIN | ????^] | 001111110011111100111111001111110101111001011101 | 3f3f3f3f5e5d |
EUC-JP | ????^] | 001111110011111100111111001111110101111001011101 | 3f3f3f3f5e5d |
UTF-8 | 뭂뭊뫚뫖^] | 1110101110101101100000101110101110101101100010101110101110101011100110101110101110101011100101100101111001011101 | ebad82ebad8aebab9aebab965e5d |
UHC | 뭂뭊뫚뫖^] | 10010010010100011001001001010101100100011011101010010001101110000101111001011101 | 9251925591ba91b85e5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)