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 | ?H????G | 00111111010010000011111100111111001111110011111101000111 | 3f483f3f3f3f47 |
SJIS-WIN | 短H其辿卒卒G | 100100100101101001001000100100011011010010010010010010001001000110110010100100011011001001000111 | 925a4891b4924891b291b247 |
EUC-JP | 短H其辿卒卒G | 110000111011101101001000110000101011011011000011101010011100001010110100110000101011010001000111 | c3bb48c2b6c3a9c2b4c2b447 |
UTF-8 | 短H其辿卒卒G | 1110011110011111101011010100100011100101100001011011011011101000101111101011111111100101100011011001001011100101100011011001001001000111 | e79fad48e585b6e8bebfe58d92e58d9247 |
UHC | 短H其?卒卒G | 1101001110101101010010001101000011101100001111111111000011101111111100001110111101000111 | d3ad48d0ec3ff0eff0ef47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)