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 | 驥ソ讓顔イ運 | 11101001100001111011111111100110101010001000101011100111101100101000100101011110 | e987bfe6a88ae7b2895e |
EUC-JP | 驥ソ讓顔イ運 | 111100011110011110001110101111111110110010101010101101001110100110001110101100101011000110111111 | f1e78ebfecaab4e98eb2b1bf |
UTF-8 | 驥ソ讓顔イ運 | 111010011010100110100101111011111011110110111111111010001010111010010011111010011010000110010100111011111011110110110010111010011000000110001011 | e9a9a5efbdbfe8ae93e9a194efbdb2e9818b |
UHC | 驥?讓顔?運 | 11010001110010100011111111100101110100111110010011010100001111111110101010100001 | d1ca3fe5d3e4d43feaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)