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[^ | 1110111010010110100011110100110001011011111011101001011010001111010011000101101101011110 | ee968f4c5bee968f4c5b5e |
SJIS-WIN | ???L[???L[^ | 0011111100111111001111110100110001011011001111110011111100111111010011000101101101011110 | 3f3f3f4c5b3f3f3f4c5b5e |
EUC-JP | î??L[î??L[^ | 100011111010101111000010001111110011111101001100010110111000111110101011110000100011111100111111010011000101101101011110 | 8fabc23f3f4c5b8fabc23f3f4c5b5e |
UTF-8 | îL[îL[^ | 1100001110101110110000101001011011000010100011110100110001011011110000111010111011000010100101101100001010001111010011000101101101011110 | c3aec296c28f4c5bc3aec296c28f4c5b5e |
UHC | ???L[???L[^ | 0011111100111111001111110100110001011011001111110011111100111111010011000101101101011110 | 3f3f3f4c5b3f3f3f4c5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)