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 | 霏ツ寬ゥ竺韋 | 11101000110000001100001011111010101010101010100110001110101100011110100011101000 | e8c0c2faaaa98eb1e8e8 |
EUC-JP | 霏ツ?ゥ竺韋 | 1111000011000010100011101100001000111111100011101010100110111100101100111111000011101010 | f0c28ec23f8ea9bcb3f0ea |
UTF-8 | 霏ツ寬ゥ竺韋 | 111010011001110010001111111011111011111010000010111001011010111110101100111011111011110110101001111001111010101110111010111010011001111110001011 | e99c8fefbe82e5afacefbda9e7abbae99f8b |
UHC | ??寬?竺韋 | 001111110011111111001110101100000011111111110101111001111110101011011111 | 3f3fceb03ff5e7eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)