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 | 嚥〓…由 | 1001101010001011100000011010110010000001011000111001011101010010 | 9a8b81ac81639752 |
EUC-JP | 嚥〓…由 | 1101001111101011101000101010111010100001110001001100110110110011 | d3eba2aea1c4cdb3 |
UTF-8 | 嚥〓…由 | 111001011001101010100101111000111000000010010011111000101000000010100110111001111001010010110001 | e59aa5e38093e280a6e794b1 |
UHC | 嚥〓…由 | 1110011010111111101000011110101110100001101001101110101110100110 | e6bfa1eba1a6eba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)