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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???徐? | 001111110011111100111111100011111001100100111111 | 3f3f3f8f993f |
EUC-JP | ???徐? | 001111110011111100111111101111011111100100111111 | 3f3f3fbdf93f |
UTF-8 | 쒔렕렊徐렖 | 111011001001001010010100111010111010000010010101111010111010000010001010111001011011111010010000111010111010000010010110 | ec9294eba095eba08ae5be90eba096 |
UHC | 쒔렕렊徐렖 | 10111110101011011000111010101010100011101010000111011111111011111000111010101011 | bead8eaa8ea1dfef8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)