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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 棚竪鄭 | 100100100100100110010010010001111001001101000001 | 924992479341 |
EUC-JP | 棚竪鄭 | 110000111010101011000011101010001100010110100010 | c3aac3a8c5a2 |
UTF-8 | 棚竪鄭 | 111001101010001110011010111001111010101110101010111010011000010010101101 | e6a39ae7abaae984ad |
UHC | 棚竪鄭 | 110111011101110011100010101101011110111111110111 | dddce2b5eff7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)