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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辷ー繞ス迺 | 1110011110001000101100001110001110000101101111011110011110010010 | e788b0e385bde792 |
EUC-JP | 辷ー繞ス迺 | 11101101111010001000111010110000111001011110010110001110101111011110110111110010 | ede88eb0e5e58ebdedf2 |
UTF-8 | 辷ー繞ス迺 | 111010001011111010110111111011111011110110110000111001111011100110011110111011111011110110111101111010001011111110111010 | e8beb7efbdb0e7b99eefbdbde8bfba |
UHC | ??繞?? | 001111110011111111101001101001000011111100111111 | 3f3fe9a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)