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 | 陦儖鉞碁 | 1110100010100001100110010100111111100111111001101000110011101001 | e8a1994fe7e68ce9 |
EUC-JP | 陦儖鉞碁 | 1111000010100011110100011011000011101110111010001011100011101011 | f0a3d1b0eee8b8eb |
UTF-8 | 陦儖鉞碁 | 111010011001100110100110111001011000010010010110111010011000100110011110111001111010001010000001 | e999a6e58496e9899ee7a281 |
UHC | ??鉞碁 | 001111110011111111101010110001111101000110110011 | 3f3feac7d1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)