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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 吾??異?B | 1000110011100001001111110011111110001000110110010011111101000010 | 8ce13f3f88d93f42 |
EUC-JP | 吾??異?B | 1011100011100011001111110011111110110000110110110011111101000010 | b8e33f3fb0db3f42 |
UTF-8 | 吾몃뜄異턦B | 11100101100100001011111011101011101010101000001111101011100111001000010011100111100101011011000011101101100001001010011001000010 | e590beebaa83eb9c84e795b0ed84a642 |
UHC | 吾몃뜄異턦B | 1110011111101110101110001110101110001101100010001110110010110110101101100110011101000010 | e7eeb8eb8d88ecb6b66742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)