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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陌ケ遑シ | 111010001001100110111001111001111010000110111100 | e899b9e7a1bc |
EUC-JP | 陌ケ遑シ | 1110111111111001100011101011100111101110101000111000111010111100 | eff98eb9eea38ebc |
UTF-8 | 陌ケ遑シ | 111010011001100110001100111011111011110110111001111010011000000110010001111011111011110110111100 | e9998cefbdb9e98191efbdbc |
UHC | 陌?遑? | 110110001110100000111111111111001101101000111111 | d8e83ffcda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)