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 | 褥散}褥散{^ | 1110010111110001100011100101010101111101111001011111000110001110010101010111101101011110 | e5f18e557de5f18e557b5e |
EUC-JP | 褥散}褥散{^ | 1110101011110011101110111011011001111101111010101111001110111011101101100111101101011110 | eaf3bbb67deaf3bbb67b5e |
UTF-8 | 褥散}褥散{^ | 111010001010010010100101111001101001010110100011011111011110100010100100101001011110011010010101101000110111101101011110 | e8a4a5e695a37de8a4a5e695a37b5e |
UHC | 褥散}褥散{^ | 1110100110110011110111111010010001111101111010011011001111011111101001000111101101011110 | e9b3dfa47de9b3dfa47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)