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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ニ遙麸BF | 11000110111010101010000111101010011011110100001001000110 | c6eaa1ea6f4246 |
EUC-JP | ニ遙麸BF | 1000111011000110111101001010001111110011110100000100001001000110 | 8ec6f4a3f3d04246 |
UTF-8 | ニ遙麸BF | 1110111110111110100001101110100110000001100110011110100110111010101110000100001001000110 | efbe86e98199e9bab84246 |
UHC | ?遙?BF | 001111111110100110101011001111110100001001000110 | 3fe9ab3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)