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 | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
SJIS-WIN | ???詭D^ | 00111111001111110011111111100110011010110100010001011110 | 3f3f3fe66b445e |
EUC-JP | ???詭D^ | 00111111001111110011111111101011110011000100010001011110 | 3f3f3febcc445e |
UTF-8 | 溫뚩퐶詭D^ | 1110011010111010101010111110101110011010101010011110110110010000101101101110100010101001101011010100010001011110 | e6baabeb9aa9ed90b6e8a9ad445e |
UHC | 溫뚩퐶詭D^ | 11101000101011101000110011101000101111011001111111001111111110000100010001011110 | e8ae8ce8bd9fcff8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)