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 | 墺??鴦?? | 1001101011010010001111110011111111101001111100010011111100111111 | 9ad23f3fe9f13f3f |
EUC-JP | 墺??鴦?? | 1101010011010100001111110011111111110010111100110011111100111111 | d4d43f3ff2f33f3f |
UTF-8 | 墺쀥선鴦잏윂 | 111001011010001010111010111011001000000010100101111011001000010010100000111010011011010010100110111011001001111010001111111011001001110010000010 | e5a2baec80a5ec84a0e9b4a6ec9e8fec9c82 |
UHC | 墺쀥선鴦잏윂 | 111001111111001010010111111001011011110010110001111001001110110010011111111001111001111110001101 | e7f297e5bcb1e4ec9fe79f8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)