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^ | 111001000110101100111111010011001110010001101011001111110100110001011110 | e46b3f4ce46b3f4c5e |
EUC-JP | 臾?L臾?L^ | 111001111100110000111111010011001110011111001100001111110100110001011110 | e7cc3f4ce7cc3f4c5e |
UTF-8 | 臾쬟L臾쬟L^ | 111010001000011110111110111011001010110010011111010011001110100010000111101111101110110010101100100111110100110001011110 | e887beecac9f4ce887beecac9f4c5e |
UHC | 臾쬟L臾쬟L^ | 1110101110101100101001110101001001001100111010111010110010100111010100100100110001011110 | ebaca7524cebaca7524c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)