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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霓」讙取椢^ | 11101000101111011010001111100110101010101000111011100110100111101001101001011110 | e8bda3e6aa8ee69e9a5e |
EUC-JP | 霓」讙取椢^ | 1111000010111111100011101010001111101100101011001011110011101000110110111111101001011110 | f0bf8ea3ecacbce8dbfa5e |
UTF-8 | 霓」讙取椢^ | 11101001100111001001001111101111101111011010001111101000101011101001100111100101100011111001011011100110101001001010001001011110 | e99c93efbda3e8ae99e58f96e6a4a25e |
UHC | 霓??取?^ | 1110011111100111001111110011111111110110101000100011111101011110 | e7e73f3ff6a23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)