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 | 韜サ鮨手キ玖 | 11101000111010011011101111101001101111011000111011101000101101111000101111101000 | e8e9bbe9bd8ee8b78be8 |
EUC-JP | 韜サ鮨手キ玖 | 111100001110101110001110101110111111001010111111101111001110101010001110101101111011011011101010 | f0eb8ebbf2bfbcea8eb7b6ea |
UTF-8 | 韜サ鮨手キ玖 | 111010011001111110011100111011111011110110111011111010011010111010101000111001101000100110001011111011111011110110110111111001111000111010010110 | e99f9cefbdbbe9aea8e6898befbdb7e78e96 |
UHC | 韜??手?玖 | 110101001011011100111111001111111110001010100010001111111100111110111000 | d4b73f3fe2a23fcfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)