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 | ???災? | 001111110011111100111111100011011101000000111111 | 3f3f3f8dd03f |
EUC-JP | ???災? | 001111110011111100111111101110101101001000111111 | 3f3f3fbad23f |
UTF-8 | 롋렯롃災렮 | 111010111010000110001011111010111010000010101111111010111010000110000011111001111000000110111101111010111010000010101110 | eba18beba0afeba183e781bdeba0ae |
UHC | 롋렯롃災렮 | 10001110110100011000111010111100100011101100101011101110101011001000111010111011 | 8ed18ebc8ecaeeac8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)