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 | 綜??橋 | 100100011000111000111111001111111000101110110100 | 918e3f3f8bb4 |
EUC-JP | 綜??橋 | 110000011110111000111111001111111011011010110110 | c1ee3f3fb6b6 |
UTF-8 | 綜뷸렫橋 | 111001111011011010011100111010111011011110111000111010111010000010101011111001101010100110001011 | e7b69cebb7b8eba0abe6a98b |
UHC | 綜뷸렫橋 | 1111000011111100101110101110011010001110101110011100111011101001 | f0fcbae68eb9cee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)