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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遶擾スシ邵 | 1110011110101011100011111110111110111101101111001110011110111000 | e7ab8fefbdbce7b8 |
EUC-JP | 遶擾スシ邵 | 11101110101011011011111011110001100011101011110110001110101111001110111010111010 | eeadbef18ebd8ebceeba |
UTF-8 | 遶擾スシ邵 | 111010011000000110110110111001101001001110111110111011111011110110111101111011111011110110111100111010011000001010110101 | e981b6e693beefbdbdefbdbce982b5 |
UHC | ?擾??邵 | 00111111111010001111011000111111001111111110000111010000 | 3fe8f63f3fe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)