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 | 嬋?嬋? | 100110110110100000111111100110110110100000111111 | 9b683f9b683f |
EUC-JP | 嬋?嬋? | 110101011100100100111111110101011100100100111111 | d5c93fd5c93f |
UTF-8 | 嬋狀嬋蟬 | 111001011010110010001011111001111000101110000000111001011010110010001011111010001001111110101100 | e5ac8be78b80e5ac8be89fac |
UHC | 嬋狀嬋蟬 | 1110000010111101110111111101001011100000101111011110000011010001 | e0bddfd2e0bde0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)