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 | 1001001001000100100100011010010110010001101110010100001001000110 | 924491a591b94246 |
EUC-JP | 奪則損BF | 1100001110100101110000101010011111000010101110110100001001000110 | c3a5c2a7c2bb4246 |
UTF-8 | 奪則損BF | 1110010110100101101010101110010110001001100001111110011010010000100011010100001001000110 | e5a5aae58987e6908d4246 |
UHC | 奪則損BF | 1111011110101100111101101100111011100001110111110100001001000110 | f7acf6cee1df4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)