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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 樂\}樂\{^ | 100111101101100101011100011111011001111011011001010111000111101101011110 | 9ed95c7d9ed95c7b5e |
EUC-JP | 樂\}樂\{^ | 110111001101101101011100011111011101110011011011010111000111101101011110 | dcdb5c7ddcdb5c7b5e |
UTF-8 | 樂\}樂\{^ | 1110011010101000100000100101110001111101111001101010100010000010010111000111101101011110 | e6a8825c7de6a8825c7b5e |
UHC | 樂\}樂\{^ | 111001001100010101011100011111011110010011000101010111000111101101011110 | e4c55c7de4c55c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)