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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 竪善h竪善 | 100100100100011110010001010100000110100010010010010001111001000101010000 | 924791506892479150 |
EUC-JP | 竪善h竪善 | 110000111010100011000001101100010110100011000011101010001100000110110001 | c3a8c1b168c3a8c1b1 |
UTF-8 | 竪善h竪善 | 11100111101010111010101011100101100101101000010001101000111001111010101110101010111001011001011010000100 | e7abaae5968468e7abaae59684 |
UHC | 竪善h竪善 | 111000101011010111100000101111000110100011100010101101011110000010111100 | e2b5e0bc68e2b5e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)