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 | 巽旦達誰 | 1001001001000110100100100101010110010010010000101001001001001110 | 924692559242924e |
EUC-JP | 巽旦達誰 | 1100001110100111110000111011011011000011101000111100001110101111 | c3a7c3b6c3a3c3af |
UTF-8 | 巽旦達誰 | 111001011011011110111101111001101001011110100110111010011000000110010100111010001010101010110000 | e5b7bde697a6e98194e8aab0 |
UHC | 巽旦達誰 | 1110000111011110110100111010100111010011101110011110001011000001 | e1ded3a9d3b9e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)