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 | ?L}?L{^ | 00111111010011000111110100111111010011000111101101011110 | 3f4c7d3f4c7b5e |
SJIS-WIN | 樂L}樂L{^ | 100111101101100101001100011111011001111011011001010011000111101101011110 | 9ed94c7d9ed94c7b5e |
EUC-JP | 樂L}樂L{^ | 110111001101101101001100011111011101110011011011010011000111101101011110 | dcdb4c7ddcdb4c7b5e |
UTF-8 | 樂L}樂L{^ | 1110011010101000100000100100110001111101111001101010100010000010010011000111101101011110 | e6a8824c7de6a8824c7b5e |
UHC | 樂L}樂L{^ | 111001001100010101001100011111011110010011000101010011000111101101011110 | e4c54c7de4c54c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)