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 | 鳥???規 | 10010010101110010011111100111111001111111000101101001011 | 92b93f3f3f8b4b |
EUC-JP | 鳥???規 | 11000100101110110011111100111111001111111011010110101100 | c4bb3f3f3fb5ac |
UTF-8 | 鳥렭롋빛規 | 111010011011001110100101111010111010000010101101111010111010000110001011111010111011100110011011111010001010011010001111 | e9b3a5eba0adeba18bebb99be8a68f |
UHC | 鳥렭롋빛規 | 11110000111010001000111010111010100011101101000110111010111110111101000010101110 | f0e88eba8ed1bafbd0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)