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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 荏??^ | 1000100101100000001111110011111101011110 | 89603f3f5e |
EUC-JP | 荏??^ | 1011000111000001001111110011111101011110 | b1c13f3f5e |
UTF-8 | 荏꾪쓣^ | 11101000100011011000111111101010101111101010101011101100100100111010001101011110 | e88d8feabeaaec93a35e |
UHC | 荏꾪쓣^ | 11101100111110111000010011101101100111011000010001011110 | ecfb84ed9d845e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)