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±®E | 1001001001001000100100011011000110010001101011101001001001000101 | 924891b191ae9245 |
SJIS-WIN | ?H?±???E | 001111110100100000111111100000010111110100111111001111110011111101000101 | 3f483f817d3f3f3f45 |
EUC-JP | ?H?±?®?E | 0011111101001000001111111010000111011110001111111000111110100010111011100011111101000101 | 3f483fa1de3f8fa2ee3f45 |
UTF-8 | H±®E | 1100001010010010010010001100001010010001110000101011000111000010100100011100001010101110110000101001001001000101 | c29248c291c2b1c291c2aec29245 |
UHC | ?H?±?®?E | 00111111010010000011111110100001101111100011111110100010111001110011111101000101 | 3f483fa1be3fa2e73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)