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 | ???薯? | 001111110011111100111111100011111001001000111111 | 3f3f3f8f923f |
EUC-JP | ???薯? | 001111110011111100111111101111011111001000111111 | 3f3f3fbdf23f |
UTF-8 | 쒔렔렊薯렞 | 111011001001001010010100111010111010000010010100111010111010000010001010111010001001011010101111111010111010000010011110 | ec9294eba094eba08ae896afeba09e |
UHC | 쒔렔렊薯렞 | 10111110101011011000111010101001100011101010000111100000101000111000111010101111 | bead8ea98ea1e0a38eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)