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 | 滓誡}滓誡{^ | 1001111111100110111001100111001001111101100111111110011011100110011100100111101101011110 | 9fe6e6727d9fe6e6727b5e |
EUC-JP | 滓誡}滓誡{^ | 1101111011101000111010111101001101111101110111101110100011101011110100110111101101011110 | dee8ebd37ddee8ebd37b5e |
UTF-8 | 滓誡}滓誡{^ | 111001101011101110010011111010001010101010100001011111011110011010111011100100111110100010101010101000010111101101011110 | e6bb93e8aaa17de6bb93e8aaa17b5e |
UHC | 滓誡}滓誡{^ | 1110111010101011110011011010101101111101111011101010101111001101101010110111101101011110 | eeabcdab7deeabcdab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)