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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 쒔瑥h쒔瑥 | 11101100100100101001010011100111100100011010010101101000111011001001001010010100111001111001000110100101 | ec9294e791a568ec9294e791a5 |
UHC | 쒔瑥h쒔瑥 | 101111101010110111101000101011110110100010111110101011011110100010101111 | beade8af68beade8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)