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 | 弱??耶 | 100011101110001100111111001111111001011011101011 | 8ee33f3f96eb |
EUC-JP | 弱??耶 | 101111001110010100111111001111111100110011101101 | bce53f3fcced |
UTF-8 | 弱딂떨耶 | 111001011011110010110001111010111001010010000010111010111001011010101000111010001000000010110110 | e5bcb1eb9482eb96a8e880b6 |
UHC | 弱딂떨耶 | 1110010110110000100010101110100010110110101100111110010110101101 | e5b08ae8b6b3e5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)