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??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 宍D宍D^ | 1111000111111100100011101011001101000100111100011111110010001110101100110100010001011110 | f1fc8eb344f1fc8eb3445e |
EUC-JP | ?宍D?宍D^ | 001111111011110010110101010001000011111110111100101101010100010001011110 | 3fbcb5443fbcb5445e |
UTF-8 | 宍D宍D^ | 111011101000010110110111111001011010111010001101010001001110111010000101101101111110010110101110100011010100010001011110 | ee85b7e5ae8d44ee85b7e5ae8d445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)