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 | 浯溷豌サ | 11111010111111001001111111100101111001101011000010111011 | fafc9fe5e6b0bb |
EUC-JP | 浯溷豌サ | 100011111100011111000011110111101110011111101100101100101000111010111011 | 8fc7c3dee7ecb28ebb |
UTF-8 | 浯溷豌サ | 111001101011010110101111111001101011101010110111111010001011000110001100111011111011110110111011 | e6b5afe6bab7e8b18cefbdbb |
UHC | ??豌? | 0011111100111111111010001101010100111111 | 3f3fe8d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)