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 | ???薯 | 0011111100111111001111111000111110010010 | 3f3f3f8f92 |
EUC-JP | ???薯 | 0011111100111111001111111011110111110010 | 3f3f3fbdf2 |
UTF-8 | 쒔렡렊薯 | 111011001001001010010100111010111010000010100001111010111010000010001010111010001001011010101111 | ec9294eba0a1eba08ae896af |
UHC | 쒔렡렊薯 | 1011111010101101100011101011001010001110101000011110000010100011 | bead8eb28ea1e0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)