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 | 100100100100101010010010010001001001000110110100011011110100001001000110 | 924a924491b46f4246 |
EUC-JP | 谷奪其oBF | 110000111010101111000011101001011100001010110110011011110100001001000110 | c3abc3a5c2b66f4246 |
UTF-8 | 谷奪其oBF | 111010001011000010110111111001011010010110101010111001011000010110110110011011110100001001000110 | e8b0b7e5a5aae585b66f4246 |
UHC | 谷奪其oBF | 110011011101101111110111101011001101000011101100011011110100001001000110 | cddbf7acd0ec6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)