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 | 쒔렋쒔렋쒔數 | 111011001001001010010100111010111010000010001011111011001001001010010100111010111010000010001011111011001001001010010100111001101001010110111000 | ec9294eba08bec9294eba08bec9294e695b8 |
UHC | 쒔렋쒔렋쒔數 | 101111101010110110001110101000101011111010101101100011101010001010111110101011011110001010100110 | bead8ea2bead8ea2beade2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)