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 | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | 篠タナ治}B | 1000111011000010110000001100010110001110101000010111110101000010 | 8ec2c0c58ea17d42 |
EUC-JP | 篠タナ治}B | 10111100110001001000111011000000100011101100010110111100101000110111110101000010 | bcc48ec08ec5bca37d42 |
UTF-8 | 篠タナ治}B | 1110011110101111101000001110111110111110100000001110111110111110100001011110011010110010101110110111110101000010 | e7afa0efbe80efbe85e6b2bb7d42 |
UHC | 篠??治}B | 1110000111000110001111110011111111110110101111010111110101000010 | e1c63f3ff6bd7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)