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 | ???F? | 0011111100111111001111110100011000111111 | 3f3f3f463f |
SJIS-WIN | ???F? | 0011111100111111001111110100011000111111 | 3f3f3f463f |
EUC-JP | ???F? | 0011111100111111001111110100011000111111 | 3f3f3f463f |
UTF-8 | 뭌묲뭑F뭒 | 11101011101011011000110011101011101011001011001011101011101011011001000101000110111010111010110110010010 | ebad8cebacb2ebad9146ebad92 |
UHC | 뭌묲뭑F뭒 | 100100100101011110010010010010011001001001011001010001101001001001011010 | 92579249925946925a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)