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 | åw? | 111001010111011100111111 | e5773f |
SJIS-WIN | ?w? | 001111110111011100111111 | 3f773f |
EUC-JP | åwą | 10001111101010111010100101110111100011111010101110101000 | 8faba9778faba8 |
UTF-8 | åwą | 1100001110100101011101111100010010000101 | c3a577c485 |
UHC | ?w? | 001111110111011100111111 | 3f773f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)