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 | ?溶?耕 | 001111111001011101101110001111111000110101101011 | 3f976e3f8d6b |
EUC-JP | ?溶?耕 | 001111111100110111001111001111111011100111001100 | 3fcdcf3fb9cc |
UTF-8 | 뤝溶콓耕 | 111010111010010010011101111001101011101010110110111011001011110110010011111010001000000010010101 | eba49de6bab6ecbd93e88095 |
UHC | 뤝溶콓耕 | 1000111111001100111010011100000110110001100011111100110011101001 | 8fcce9c1b18fcce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)