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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 筌よ蟹 | 111000101010001110000010111001101000101001001001 | e2a382e68a49 |
EUC-JP | 筌よ蟹 | 111001001010010110100100111010001011001110101010 | e4a5a4e8b3aa |
UTF-8 | 筌よ蟹 | 111001111010110110001100111000111000001010001000111010001001111110111001 | e7ad8ce38288e89fb9 |
UHC | 筌よ蟹 | 111011111010011110101010111010001111101010101111 | efa7aae8faaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)