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 | ???益? | 001111110011111100111111100010010111011000111111 | 3f3f3f89763f |
EUC-JP | ???益? | 001111110011111100111111101100011101011100111111 | 3f3f3fb1d73f |
UTF-8 | 롋렺렕益롃 | 111010111010000110001011111010111010000010111010111010111010000010010101111001111001101110001010111010111010000110000011 | eba18beba0baeba095e79b8aeba183 |
UHC | 롋렺렕益롃 | 10001110110100011000111011000010100011101010101011101100110011001000111011001010 | 8ed18ec28eaaeccc8eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)