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 | 驛、鬧募ーア^ | 11101001100000111010010011101001101001111001010111100101101100001011000101011110 | e983a4e9a795e5b0b15e |
EUC-JP | 驛、鬧募ーア^ | 11110001111000111000111010100100111100101010100111001010111001111000111010110000100011101011000101011110 | f1e38ea4f2a9cae78eb08eb15e |
UTF-8 | 驛、鬧募ーア^ | 11101001101010011001101111101111101111011010010011101001101011001010011111100101100010111001111111101111101111011011000011101111101111011011000101011110 | e9a99befbda4e9aca7e58b9fefbdb0efbdb15e |
UHC | 驛?鬧募??^ | 11100110101111100011111111010111101000101101100110110100001111110011111101011110 | e6be3fd7a2d9b43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)