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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韜サ雉埼ス剰 | 11101000111010011011101111101000101100111000110111101001101111011000111111101000 | e8e9bbe8b38de9bd8fe8 |
EUC-JP | 韜サ雉埼ス剰 | 111100001110101110001110101110111111000010110101101110101110101110001110101111011011111011101010 | f0eb8ebbf0b5baeb8ebdbeea |
UTF-8 | 韜サ雉埼ス剰 | 111010011001111110011100111011111011110110111011111010011001101110001001111001011001111110111100111011111011110110111101111001011000100110110000 | e99f9cefbdbbe99b89e59fbcefbdbde589b0 |
UHC | 韜?雉埼?? | 110101001011011100111111111101101100101111010000111100100011111100111111 | d4b73ff6cbd0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)