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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墺???o? | 1001101011010010001111110011111100111111100000101000111100111111 | 9ad23f3f3f828f3f |
EUC-JP | 墺???o? | 1101010011010100001111110011111100111111101000111110111100111111 | d4d43f3f3fa3ef3f |
UTF-8 | 墺잌쪧閭o푷 | 111001011010001010111010111011001001111010001100111011001010101010100111111011111010011010000110111011111011110110001111111011011001000110110111 | e5a2baec9e8cecaaa7efa686efbd8fed91b7 |
UHC | 墺잌쪧閭o푷 | 111001111111001010011111111001011010010110100000111001101010110110100011111011111011111010000101 | e7f29fe5a5a0e6ada3efbe85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)