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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隱們さ | 111010001010101010011000111011001000001010110011 | e8aa98ec82b3 |
EUC-JP | 隱們さ | 111100001010110011010000111011101010010010110101 | f0acd0eea4b5 |
UTF-8 | 隱們さ | 111010011001101010110001111001011000000010010001111000111000000110010101 | e99ab1e58091e38195 |
UHC | 隱們さ | 111010111101111111011001111110101010101010110101 | ebdfd9faaab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)