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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??阮?? | 001111110011111111101000100101100011111100111111 | 3f3fe8963f3f |
EUC-JP | ??阮?? | 001111110011111111101111111101100011111100111111 | 3f3feff63f3f |
UTF-8 | 롅롆阮롅롆 | 111010111010000110000101111010111010000110000110111010011001100010101110111010111010000110000101111010111010000110000110 | eba185eba186e998aeeba185eba186 |
UHC | 롅롆阮롅롆 | 10001110110010111000111011001100111010001101011010001110110010111000111011001100 | 8ecb8ecce8d68ecb8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)