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 | 襪劫山莟 | 1110011001000011100011011000010110001110010100101110010010101111 | e6438d858e52e4af |
EUC-JP | 襪劫山莟 | 1110101110100100101110011110010110111011101100111110100010110001 | eba4b9e5bbb3e8b1 |
UTF-8 | 襪劫山莟 | 111010001010010110101010111001011000101010101011111001011011000110110001111010001000111010011111 | e8a5aae58aabe5b1b1e88e9f |
UHC | 襪劫山? | 11011000110010101100110010100100110111111010001100111111 | d8cacca4dfa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)