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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??阮? | 0011111100111111111010001001011000111111 | 3f3fe8963f |
EUC-JP | ??阮? | 0011111100111111111011111111011000111111 | 3f3feff63f |
UTF-8 | 說롘阮롎 | 111010001010101010101010111010111010000110011000111010011001100010101110111010111010000110001110 | e8aaaaeba198e998aeeba18e |
UHC | 說롘阮롎 | 1110000011100011100011101101110011101000110101101000111011010100 | e0e38edce8d68ed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)