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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 險幃スァ鮨ァ^ | 11101000101010001001101111101001101111011010011111101001101111011010011101011110 | e8a89be9bda7e9bda75e |
EUC-JP | 險幃スァ鮨ァ^ | 11110000101010101101011011101011100011101011110110001110101001111111001010111111100011101010011101011110 | f0aad6eb8ebd8ea7f2bf8ea75e |
UTF-8 | 險幃スァ鮨ァ^ | 11101001100110101010101011100101101110011000001111101111101111011011110111101111101111011010011111101001101011101010100011101111101111011010011101011110 | e99aaae5b983efbdbdefbda7e9aea8efbda75e |
UHC | 險?????^ | 1111101011001111001111110011111100111111001111110011111101011110 | facf3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)