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 | 鵝??揄? | 11101010010000000011111100111111100111011000100100111111 | ea403f3f9d893f |
EUC-JP | 鵝??揄? | 11110011101000010011111100111111110110011110100100111111 | f3a13f3fd9e93f |
UTF-8 | 鵝싥끃揄켃 | 111010011011010110011101111011001000101110100101111010111000000110000011111001101000111110000100111011001011110010000011 | e9b59dec8ba5eb8183e68f84ecbc83 |
UHC | 鵝싥끃揄켃 | 11100100101111011001101011100011100001011011100111101010111100011011000101000010 | e4bd9ae385b9eaf1b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)