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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 谷奪測oBF | 100100100100101010010010010001001001000110101010011011110100001001000110 | 924a924491aa6f4246 |
EUC-JP | 谷奪測oBF | 110000111010101111000011101001011100001010101100011011110100001001000110 | c3abc3a5c2ac6f4246 |
UTF-8 | 谷奪測oBF | 111010001011000010110111111001011010010110101010111001101011100010101100011011110100001001000110 | e8b0b7e5a5aae6b8ac6f4246 |
UHC | 谷奪測oBF | 110011011101101111110111101011001111011010110100011011110100001001000110 | cddbf7acf6b46f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)