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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 押????\ | 10001001100111110011111100111111001111110011111101011100 | 899f3f3f3f3f5c |
EUC-JP | 押??瑗?\ | 101100101010000100111111001111111000111111001100110000000011111101011100 | b2a13f3f8fccc03f5c |
UTF-8 | 押꾩엻瑗놪\ | 11100110100010101011110011101010101111101010100111101100100101111011101111100111100100011001011111101011100001101010101001011100 | e68abceabea9ec97bbe79197eb86aa5c |
UHC | 押꾩엻瑗놪\ | 1110010011100011100001001110110010011110100011011110101010111100100001110100110001011100 | e4e384ec9e8deabc874c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)