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 | ?℡k | 0011111110000111100001001000001010001011 | 3f8784828b |
EUC-JP | ??k | 00111111001111111010001111101011 | 3f3fa3eb |
UTF-8 | 鱗℡k | 111011111010011110110010111000101000010010100001111011111011110110001011 | efa7b2e284a1efbd8b |
UHC | 鱗℡k | 111011001110011110100010111001011010001111101011 | ece7a2e5a3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)