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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踉樒y踉 | 1110011011110010100111101110011110000010100110011110011011110010 | e6f29ee78299e6f2 |
EUC-JP | 踉樒y踉 | 1110110011110100110111001110100110100011111110011110110011110100 | ecf4dce9a3f9ecf4 |
UTF-8 | 踉樒y踉 | 111010001011100010001001111001101010100010010010111011111011110110011001111010001011100010001001 | e8b889e6a892efbd99e8b889 |
UHC | ??y? | 0011111100111111101000111111100100111111 | 3f3fa3f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)