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 | 巽棚形巽 | 1001001001000110100100100100100110001100011000001001001001000110 | 924692498c609246 |
EUC-JP | 巽棚形巽 | 1100001110100111110000111010101010110111110000011100001110100111 | c3a7c3aab7c1c3a7 |
UTF-8 | 巽棚形巽 | 111001011011011110111101111001101010001110011010111001011011110110100010111001011011011110111101 | e5b7bde6a39ae5bda2e5b7bd |
UHC | 巽棚形巽 | 1110000111011110110111011101110011111011101000011110000111011110 | e1dedddcfba1e1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)