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 | 如?0苡 | 10010100010000000011111110000010010011111110010010001111 | 94403f824fe48f |
EUC-JP | 如?0苡 | 11000111101000010011111110100011101100001110011111101111 | c7a13fa3b0e7ef |
UTF-8 | 如싲0苡 | 111001011010011010000010111011001000101110110010111011111011110010010000111010001000101110100001 | e5a682ec8bb2efbc90e88ba1 |
UHC | 如싲0苡 | 1110010111111101100110101110101110100011101100001110110010111110 | e5fd9aeba3b0ecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)