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 | 饒??円 | 111010010110000000111111001111111000100101111110 | e9603f3f897e |
EUC-JP | 饒??円 | 111100011100000100111111001111111011000111011111 | f1c13f3fb1df |
UTF-8 | 饒깍슨円 | 111010011010010110010010111010101011100110001101111011001000101010101000111001011000011010000110 | e9a592eab98dec8aa8e58686 |
UHC | 饒깍슨円 | 1110100110101110101100011110111110111101101111001110010111110111 | e9aeb1efbdbce5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)