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 | ?R}?R{^ | 00111111010100100111110100111111010100100111101101011110 | 3f527d3f527b5e |
SJIS-WIN | 樂R}樂R{^ | 100111101101100101010010011111011001111011011001010100100111101101011110 | 9ed9527d9ed9527b5e |
EUC-JP | 樂R}樂R{^ | 110111001101101101010010011111011101110011011011010100100111101101011110 | dcdb527ddcdb527b5e |
UTF-8 | 樂R}樂R{^ | 1110011010101000100000100101001001111101111001101010100010000010010100100111101101011110 | e6a882527de6a882527b5e |
UHC | 樂R}樂R{^ | 111001001100010101010010011111011110010011000101010100100111101101011110 | e4c5527de4c5527b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)