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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邊先淀譌Э | 11100111101100101001000011100110100101111000010011100110100101111000010001011110 | e7b290e69784e697845e |
EUC-JP | 邊先淀譌Э | 11101110101101001100000011101000110011011110010011101011111101111010011110111111 | eeb4c0e8cde4ebf7a7bf |
UTF-8 | 邊先淀譌Э | 1110100110000010100010101110010110000101100010001110011010110111100000001110100010101101100011001101000010101101 | e9828ae58588e6b780e8ad8cd0ad |
UHC | 邊先淀?Э | 110111001010101111100000101110111110111111100011001111111010110010111111 | dcabe0bbefe33facbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)