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^ | 100011111011111000111111010011001000111110111110001111110100110001011110 | 8fbe3f4c8fbe3f4c5e |
EUC-JP | 樟?L樟?L^ | 101111101100000000111111010011001011111011000000001111110100110001011110 | bec03f4cbec03f4c5e |
UTF-8 | 樟렣L樟렣L^ | 111001101010100010011111111010111010000010100011010011001110011010101000100111111110101110100000101000110100110001011110 | e6a89feba0a34ce6a89feba0a34c5e |
UHC | 樟렣L樟렣L^ | 1110110111101001100011101011010001001100111011011110100110001110101101000100110001011110 | ede98eb44cede98eb44c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)