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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 端棚[端棚[^ | 1001001001011011100100100100100101011011100100100101101110010010010010010101101101011110 | 925b92495b925b92495b5e |
EUC-JP | 端棚[端棚[^ | 1100001110111100110000111010101001011011110000111011110011000011101010100101101101011110 | c3bcc3aa5bc3bcc3aa5b5e |
UTF-8 | 端棚[端棚[^ | 111001111010101110101111111001101010001110011010010110111110011110101011101011111110011010100011100110100101101101011110 | e7abafe6a39a5be7abafe6a39a5b5e |
UHC | 端棚[端棚[^ | 1101001110101110110111011101110001011011110100111010111011011101110111000101101101011110 | d3aedddc5bd3aedddc5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)