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 | 胱}胱{^ | 1110001111110111111101101101001001111101111000111111011111110110110100100111101101011110 | e3f7f6d27de3f7f6d27b5e |
EUC-JP | 胱?}胱?{^ | 111001101111100100111111011111011110011011111001001111110111101101011110 | e6f93f7de6f93f7b5e |
UTF-8 | 胱}胱{^ | 111010001000001110110001111011101001001110111001011111011110100010000011101100011110111010010011101110010111101101011110 | e883b1ee93b97de883b1ee93b97b5e |
UHC | 胱?}胱?{^ | 110011101100110100111111011111011100111011001101001111110111101101011110 | cecd3f7dcecd3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)