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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 渦箏渦箏^ | 100010010101000111100010101101011000100101010001111000101011010101011110 | 8951e2b58951e2b55e |
EUC-JP | 渦箏渦箏^ | 101100011011001011100100101101111011000110110010111001001011011101011110 | b1b2e4b7b1b2e4b75e |
UTF-8 | 渦箏渦箏^ | 11100110101110001010011011100111101011101000111111100110101110001010011011100111101011101000111101011110 | e6b8a6e7ae8fe6b8a6e7ae8f5e |
UHC | 渦箏渦箏^ | 111010001011111011101110101101001110100010111110111011101011010001011110 | e8beeeb4e8beeeb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)