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 | ?|}?|{^ | 00111111011111000111110100111111011111000111101101011110 | 3f7c7d3f7c7b5e |
SJIS-WIN | 丙|}丙|{^ | 100101011011100001111100011111011001010110111000011111000111101101011110 | 95b87c7d95b87c7b5e |
EUC-JP | 丙|}丙|{^ | 110010101011101001111100011111011100101010111010011111000111101101011110 | caba7c7dcaba7c7b5e |
UTF-8 | 丙|}丙|{^ | 1110010010111000100110010111110001111101111001001011100010011001011111000111101101011110 | e4b8997c7de4b8997c7b5e |
UHC | 丙|}丙|{^ | 110111001011000001111100011111011101110010110000011111000111101101011110 | dcb07c7ddcb07c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)