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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 銧蛇尺^ | 11111011110011001000111011010110100011101101101001011110 | fbcc8ed68eda5e |
EUC-JP | 銧蛇尺^ | 1000111111100100101001101011110011011000101111001101110001011110 | 8fe4a6bcd8bcdc5e |
UTF-8 | 銧蛇尺^ | 11101001100010101010011111101000100110111000011111100101101100001011101001011110 | e98aa7e89b87e5b0ba5e |
UHC | ?蛇尺^ | 001111111101111011101111111101001010100101011110 | 3fdeeff4a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)