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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
UTF-8 | 뤈밂찹^ | 11101011101001001000100011101011101100001000001011101100101100001011100101011110 | eba488ebb082ecb0b95e |
UHC | 뤈밂찹^ | 10001111101110001011100111010001110000101111110101011110 | 8fb8b9d1c2fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)