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 | 獰??應? | 11100000110101100011111100111111100111001110010000111111 | e0d63f3f9ce43f |
EUC-JP | 獰??應? | 11100000110110000011111100111111110110001110011000111111 | e0d83f3fd8e63f |
UTF-8 | 獰⑹늿應쪩 | 111001111000110110110000111000101001000110111001111010111000101010111111111001101000011110001001111011001010101010101001 | e78db0e291b9eb8abfe68789ecaaa9 |
UHC | 獰⑹늿應쪩 | 11100111101111101010100111101100100010001000100011101011111010111010011001000010 | e7bea9ec8888ebeba642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)