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^ | 1000111010111011100011101100101101001100100011101011101110001110110010110100110001011110 | 8ebb8ecb4c8ebb8ecb4c5e |
EUC-JP | 悉射L悉射L^ | 1011110010111101101111001100110101001100101111001011110110111100110011010100110001011110 | bcbdbccd4cbcbdbccd4c5e |
UTF-8 | 悉射L悉射L^ | 111001101000001010001001111001011011000010000100010011001110011010000010100010011110010110110000100001000100110001011110 | e68289e5b0844ce68289e5b0844c5e |
UHC | 悉射L悉射L^ | 1110001111111010110111101101001001001100111000111111101011011110110100100100110001011110 | e3faded24ce3faded24c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)