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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜊訂宙霑ュ | 111001011000110110010010111110011001001010001000111010001011111110101101 | e58d92f99288e8bfad |
EUC-JP | 蜊訂宙霑ュ | 11101001111011011100010011111011110000111110100011110000110000011000111010101101 | e9edc4fbc3e8f0c18ead |
UTF-8 | 蜊訂宙霑ュ | 111010001001110010001010111010001010100010000010111001011010111010011001111010011001110010010001111011111011110110101101 | e89c8ae8a882e5ae99e99c91efbdad |
UHC | ?訂宙霑? | 0011111111101111111101001111000110110101111011111100010100111111 | 3feff4f1b5efc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)