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 | 諢‥}諢‥{^ | 1110011010000100100000010110010001111101111001101000010010000001011001000111101101011110 | e68481647de68481647b5e |
EUC-JP | 諢‥}諢‥{^ | 1110101111100100101000011100010101111101111010111110010010100001110001010111101101011110 | ebe4a1c57debe4a1c57b5e |
UTF-8 | 諢‥}諢‥{^ | 111010001010101110100010111000101000000010100101011111011110100010101011101000101110001010000000101001010111101101011110 | e8aba2e280a57de8aba2e280a57b5e |
UHC | ?‥}?‥{^ | 001111111010000110100101011111010011111110100001101001010111101101011110 | 3fa1a57d3fa1a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)