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 | ???Ae???H | 001111110011111100111111010000010110010100111111001111110011111101001000 | 3f3f3f41653f3f3f48 |
SJIS-WIN | ???Ae???H | 001111110011111100111111010000010110010100111111001111110011111101001000 | 3f3f3f41653f3f3f48 |
EUC-JP | ???Ae???H | 001111110011111100111111010000010110010100111111001111110011111101001000 | 3f3f3f41653f3f3f48 |
UTF-8 | 淋귦삫Ae淋귦삫H | 111011111010011110110101111010101011011110100110111011001000001010101011010000010110010111101111101001111011010111101010101101111010011011101100100000101010101101001000 | efa7b5eab7a6ec82ab4165efa7b5eab7a6ec82ab48 |
UHC | 淋귦삫Ae淋귦삫H | 111011001111100010000010111011011001100010101010010000010110010111101100111110001000001011101101100110001010101001001000 | ecf882ed98aa4165ecf882ed98aa48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)