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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 膸肓}膸肓{^ | 1110010001011010111000111110100101111101111001000101101011100011111010010111101101011110 | e45ae3e97de45ae3e97b5e |
EUC-JP | 膸肓}膸肓{^ | 1110011110111011111001101110101101111101111001111011101111100110111010110111101101011110 | e7bbe6eb7de7bbe6eb7b5e |
UTF-8 | 膸肓}膸肓{^ | 111010001000011010111000111010001000001010010011011111011110100010000110101110001110100010000010100100110111101101011110 | e886b8e882937de886b8e882937b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)