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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 円??? | 1000100101111110001111110011111100111111 | 897e3f3f3f |
EUC-JP | 円?ŀ? | 10110001110111110011111110001111101010011100100100111111 | b1df3f8fa9c93f |
UTF-8 | 円ㅻŀ履 | 1110010110000110100001101110001110000101101110111100010110000000111011111010011110011111 | e58686e385bbc580efa79f |
UHC | 円ㅻŀ履 | 1110010111110111101001001110101110101001101010001110110010101010 | e5f7a4eba9a8ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)