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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????數 | 00111111001111110011111100111111001111111001110111001001 | 3f3f3f3f3f9dc9 |
EUC-JP | ?????數 | 00111111001111110011111100111111001111111101101011001011 | 3f3f3f3f3fdacb |
UTF-8 | 쒔렡쒀렍쒔數 | 111011001001001010010100111010111010000010100001111011001001001010000000111010111010000010001101111011001001001010010100111001101001010110111000 | ec9294eba0a1ec9280eba08dec9294e695b8 |
UHC | 쒔렡쒀렍쒔數 | 101111101010110110001110101100101011111010101100100011101010001110111110101011011110001010100110 | bead8eb2beac8ea3beade2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)