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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 霎」繝ィ辯ヲ\ | 11101000101111101010001111100011100000111010100011100111100001111010011001011100 | e8bea3e383a8e787a65c |
EUC-JP | 霎」繝ィ辯ヲ\ | 11110000110000001000111010100011111001011110001110001110101010001110110111100111100011101010011001011100 | f0c08ea3e5e38ea8ede78ea65c |
UTF-8 | 霎」繝ィ辯ヲ\ | 11101001100111001000111011101111101111011010001111100111101110011001110111101111101111011010100011101000101111101010111111101111101111011010011001011100 | e99c8eefbda3e7b99defbda8e8beafefbda65c |
UHC | ????辯?\ | 0011111100111111001111110011111111011100101010100011111101011100 | 3f3f3f3fdcaa3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)