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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?β??? | 001111111000001111000000001111110011111100111111 | 3f83c03f3f3f |
EUC-JP | ?β??? | 001111111010011011000010001111110011111100111111 | 3fa6c23f3f3f |
UTF-8 | 若β뫖杻밄 | 1110111110100101101101001100111010110010111010111010101110010110111011111010011110001000111010111011000010000100 | efa5b4ceb2ebab96efa788ebb084 |
UHC | 若β뫖杻밄 | 11100101101011101010010111100010100100011011100011101010111101001001001101000010 | e5aea5e291b8eaf49342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)