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 | 楢??? | 1001001111101000001111110011111100111111 | 93e83f3f3f |
EUC-JP | 楢??? | 1100011011101010001111110011111100111111 | c6ea3f3f3f |
UTF-8 | 楢勒튐뤱 | 111001101010010110100010111011111010010110010010111011011000101010010000111010111010010010110001 | e6a5a2efa592ed8a90eba4b1 |
UHC | 楢勒튐뤱 | 1110101011111001110100101111000011000110101001101000111111011111 | eaf9d2f0c6a68fdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)