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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | シナ灼芝シスH | 101111001100010110001110110111001000111011000101101111001011110101001000 | bcc58edc8ec5bcbd48 |
EUC-JP | シナ灼芝シスH | 10001110101111001000111011000101101111001101111010111100110001111000111010111100100011101011110101001000 | 8ebc8ec5bcdebcc78ebc8ebd48 |
UTF-8 | シナ灼芝シスH | 11101111101111011011110011101111101111101000010111100111100000011011110011101000100010101001110111101111101111011011110011101111101111011011110101001000 | efbdbcefbe85e781bce88a9defbdbcefbdbd48 |
UHC | ??灼芝??H | 001111110011111111101101110001111111001010111001001111110011111101001000 | 3f3fedc7f2b93f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)