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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 矚蠇矚蠇B | 111000011101111111111011101000011110000111011111111110111010000101000010 | e1dffba1e1dffba142 |
EUC-JP | 矚?矚?B | 11100010111000010011111111100010111000010011111101000010 | e2e13fe2e13f42 |
UTF-8 | 矚蠇矚蠇B | 11100111100111111001101011101000101000001000011111100111100111111001101011101000101000001000011101000010 | e79f9ae8a087e79f9ae8a08742 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)