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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 巽但嘆臓B | 100100100100011010010010010000011001001001010001100100011001111101000010 | 924692419251919f42 |
EUC-JP | 巽但嘆臓B | 110000111010011111000011101000101100001110110010110000101010000101000010 | c3a7c3a2c3b2c2a142 |
UTF-8 | 巽但嘆臓B | 11100101101101111011110111100100101111011000011011100101100110001000011011101000100001111001001101000010 | e5b7bde4bd86e59886e8879342 |
UHC | 巽但嘆?B | 1110000111011110110100111010001111110111101000110011111101000010 | e1ded3a3f7a33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)