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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 濡??h濡 | 10010100010001110011111100111111011010001001010001000111 | 94473f3f689447 |
EUC-JP | 濡??h濡 | 11000111101010000011111100111111011010001100011110101000 | c7a83f3f68c7a8 |
UTF-8 | 濡붾젷h濡 | 11100110101111111010000111101011101101101011111011101100101000001011011101101000111001101011111110100001 | e6bfa1ebb6beeca0b768e6bfa1 |
UHC | 濡붾젷h濡 | 111010111010000110010100111010111010000010101011011010001110101110100001 | eba194eba0ab68eba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)