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 | 100100100101001110010010010100011001001001010011100100100101000101000010 | 925392519253925142 |
EUC-JP | 担嘆担嘆B | 110000111011010011000011101100101100001110110100110000111011001001000010 | c3b4c3b2c3b4c3b242 |
UTF-8 | 担嘆担嘆B | 11100110100010111000010111100101100110001000011011100110100010111000010111100101100110001000011001000010 | e68b85e59886e68b85e5988642 |
UHC | ?嘆?嘆B | 00111111111101111010001100111111111101111010001101000010 | 3ff7a33ff7a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)