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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 袱鬯羞 | 111001011101111011101001101011001110001110110101 | e5dee9ace3b5 |
EUC-JP | 袱鬯羞 | 111010101110000011110010101011101110011010110111 | eae0f2aee6b7 |
UTF-8 | 袱鬯羞 | 111010001010001010110001111010011010110010101111111001111011111010011110 | e8a2b1e9acafe7be9e |
UHC | ??羞 | 00111111001111111110001010111010 | 3f3fe2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)