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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 墺??G | 1001101011010010001111110011111101000111 | 9ad23f3f47 |
EUC-JP | 墺??G | 1101010011010100001111110011111101000111 | d4d43f3f47 |
UTF-8 | 墺쀯슛G | 11100101101000101011101011101100100000001010111111101100100010101001101101000111 | e5a2baec80afec8a9b47 |
UHC | 墺쀯슛G | 11100111111100101001011111101111101111011011100001000111 | e7f297efbdb847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)