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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | セォ偲爾捨F | 101111101010101110001110110000111000111010100010100011101100110001000110 | beab8ec38ea28ecc46 |
EUC-JP | セォ偲爾捨F | 1000111010111110100011101010101110111100110001011011110010100100101111001100111001000110 | 8ebe8eabbcc5bca4bcce46 |
UTF-8 | セォ偲爾捨F | 11101111101111011011111011101111101111011010101111100101100000011011001011100111100010001011111011100110100011011010100001000110 | efbdbeefbdabe581b2e788bee68da846 |
UHC | ???爾捨F | 0011111100111111001111111110110010110011110111101101011101000110 | 3f3f3fecb3ded746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)