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^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 訷啣L訷啣L^ | 1111101110100100100110100101000101001100111110111010010010011010010100010100110001011110 | fba49a514cfba49a514c5e |
EUC-JP | 訷啣L訷啣L^ | 10001111110111011101010011010011101100100100110010001111110111011101010011010011101100100100110001011110 | 8fddd4d3b24c8fddd4d3b24c5e |
UTF-8 | 訷啣L訷啣L^ | 111010001010100010110111111001011001010110100011010011001110100010101000101101111110010110010101101000110100110001011110 | e8a8b7e595a34ce8a8b7e595a34c5e |
UHC | ?啣L?啣L^ | 001111111111100111100001010011000011111111111001111000010100110001011110 | 3ff9e14c3ff9e14c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)