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 | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
SJIS-WIN | 将エ娼フ^F | 1000111110101011101101001000111110101001110011000101111001000110 | 8fabb48fa9cc5e46 |
EUC-JP | 将エ娼フ^F | 10111110101011011000111010110100101111101010101110001110110011000101111001000110 | bead8eb4beab8ecc5e46 |
UTF-8 | 将エ娼フ^F | 1110010110110000100001101110111110111101101101001110010110101000101111001110111110111110100011000101111001000110 | e5b086efbdb4e5a8bcefbe8c5e46 |
UHC | ??娼?^F | 00111111001111111111001111011110001111110101111001000110 | 3f3ff3de3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)