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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雕旃顔オ「 | 1110100010111000100111011101000110001010111001111011010110100010 | e8b89dd18ae7b5a2 |
EUC-JP | 雕旃顔オ「 | 11110000101110101101101011010011101101001110100110001110101101011000111010100010 | f0badad3b4e98eb58ea2 |
UTF-8 | 雕旃顔オ「 | 111010011001101110010101111001101001011110000011111010011010000110010100111011111011110110110101111011111011110110100010 | e99b95e69783e9a194efbdb5efbda2 |
UHC | 雕?顔?? | 11110000111001110011111111100100110101000011111100111111 | f0e73fe4d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)