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 | ワォソ獺ソ | 110111001010101110111111111000001101101010111111 | dcabbfe0dabf |
EUC-JP | ワォソ獺ソ | 10001110110111001000111010101011100011101011111111100000110111001000111010111111 | 8edc8eab8ebfe0dc8ebf |
UTF-8 | ワォソ獺ソ | 111011111011111010011100111011111011110110101011111011111011110110111111111001111000110110111010111011111011110110111111 | efbe9cefbdabefbdbfe78dbaefbdbf |
UHC | ???獺? | 001111110011111100111111110100111011011100111111 | 3f3f3fd3b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)