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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涖ク齊コ汐渧 | 11111011010000001011100011101010100011101011101010001110101011001111101101001000 | fb40b8ea8eba8eacfb48 |
EUC-JP | 涖ク齊コ汐渧 | 1000111111000111110010111000111010111000111100111110111010001110101110101011110010101110100011111100011111101011 | 8fc7cb8eb8f3ee8ebabcae8fc7eb |
UTF-8 | 涖ク齊コ汐渧 | 111001101011011010010110111011111011110110111000111010011011110110001010111011111011110110111010111001101011000110010000111001101011100010100111 | e6b696efbdb8e9bd8aefbdbae6b190e6b8a7 |
UHC | ??齊?汐? | 0011111100111111111100001011101000111111111000001011000100111111 | 3f3ff0ba3fe0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)