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 | 101111101010101110001110110011101000111010100010100011101100110001000110 | beab8ece8ea28ecc46 |
EUC-JP | セォ斜爾捨F | 1000111010111110100011101010101110111100110100001011110010100100101111001100111001000110 | 8ebe8eabbcd0bca4bcce46 |
UTF-8 | セォ斜爾捨F | 11101111101111011011111011101111101111011010101111100110100101101001110011100111100010001011111011100110100011011010100001000110 | efbdbeefbdabe6969ce788bee68da846 |
UHC | ??斜爾捨F | 001111110011111111011110110110001110110010110011110111101101011101000110 | 3f3fded8ecb3ded746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)