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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 癲???] | 111000011001111100111111001111110011111101011101 | e19f3f3f3f5d |
EUC-JP | 癲???] | 111000101010000100111111001111110011111101011101 | e2a13f3f3f5d |
UTF-8 | 癲앗띿뒋] | 11100111100110011011001011101100100101011001011111101011100111011011111111101011100100101000101101011101 | e799b2ec9597eb9dbfeb928b5d |
UHC | 癲앗띿뒋] | 111011111010011010111110110100011000110111101100100010101000100001011101 | efa6bed18dec8a885d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)