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 | 롅롆阮롔 | 111010111010000110000101111010111010000110000110111010011001100010101110111010111010000110010100 | eba185eba186e998aeeba194 |
UHC | 롅롆阮롔 | 1000111011001011100011101100110011101000110101101000111011011000 | 8ecb8ecce8d68ed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)