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 | 暎ュ?搖 | 10011101111100111000001110000101001111111001110110001010 | 9df383853f9d8a |
EUC-JP | 暎ュ?搖 | 11011010111101011010010111100101001111111101100111101010 | daf5a5e53fd9ea |
UTF-8 | 暎ュ돭搖 | 111001101001101010001110111000111000001110100101111010111000111110101101111001101001000010010110 | e69a8ee383a5eb8fade69096 |
UHC | 暎ュ돭搖 | 1110011110110010101010111110010110001001101100001110100011110100 | e7b2abe589b0e8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)