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 | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
SJIS-WIN | 端D其短 | 10010010010110110100010010010001101101001001001001011010 | 925b4491b4925a |
EUC-JP | 端D其短 | 11000011101111000100010011000010101101101100001110111011 | c3bc44c2b6c3bb |
UTF-8 | 端D其短 | 11100111101010111010111101000100111001011000010110110110111001111001111110101101 | e7abaf44e585b6e79fad |
UHC | 端D其短 | 11010011101011100100010011010000111011001101001110101101 | d3ae44d0ecd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)