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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脩器曺 | 111000111111100110001010111011011111101011011110 | e3f98aedfade |
EUC-JP | 脩器曺 | 11100110111110111011010011101111100011111100001011101101 | e6fbb4ef8fc2ed |
UTF-8 | 脩器曺 | 111010001000010010101001111001011001100110101000111001101001101110111010 | e884a9e599a8e69bba |
UHC | 脩器曺 | 111000101011101111010000111011111111000011000110 | e2bbd0eff0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)