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 | 畑?∥釗 | 10010100101010000011111110000001011000011111101110111011 | 94a83f8161fbbb |
EUC-JP | 畑?‖釗 | 1100100010101010001111111010000111000010100011111110001110100110 | c8aa3fa1c28fe3a6 |
UTF-8 | 畑듬∥釗 | 111001111001010110010001111010111001001110101100111000101000100010100101111010011000011110010111 | e79591eb93ace288a5e98797 |
UHC | 畑듬∥釗 | 1110111110100101101101011110101110100001101010111110000111110010 | efa5b5eba1abe1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)