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 | 竪束則但 | 1001001001000111100100011010100110010001101001011001001001000001 | 924791a991a59241 |
EUC-JP | 竪束則但 | 1100001110101000110000101010101111000010101001111100001110100010 | c3a8c2abc2a7c3a2 |
UTF-8 | 竪束則但 | 111001111010101110101010111001101001110110011111111001011000100110000111111001001011110110000110 | e7abaae69d9fe58987e4bd86 |
UHC | 竪束則但 | 1110001010110101111000011101011011110110110011101101001110100011 | e2b5e1d6f6ced3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)