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 | ?邃}?邃{^ | 001111111110001010000100011111010011111111100010100001000111101101011110 | 3fe2847d3fe2847b5e |
EUC-JP | ?邃}?邃{^ | 001111111110001111100100011111010011111111100011111001000111101101011110 | 3fe3e47d3fe3e47b5e |
UTF-8 | 쇲邃}쇲邃{^ | 111011001000011110110010111010011000001010000011011111011110110010000111101100101110100110000010100000110111101101011110 | ec87b2e982837dec87b2e982837b5e |
UHC | 쇲邃}쇲邃{^ | 1001100111011011111000101100010101111101100110011101101111100010110001010111101101011110 | 99dbe2c57d99dbe2c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)