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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???母 | 0011111100111111001111111001010111101010 | 3f3f3f95ea |
EUC-JP | ???母 | 0011111100111111001111111100101011101100 | 3f3f3fcaec |
UTF-8 | 렺렰렻母 | 111010111010000010111010111010111010000010110000111010111010000010111011111001101010111110001101 | eba0baeba0b0eba0bbe6af8d |
UHC | 렺렰렻母 | 1000111011000010100011101011110110001110110000111101100110111101 | 8ec28ebd8ec3d9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)