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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逎エ蜉肴ョォ | 111001111010001110110100111001011000101010001101111001101010111010101011 | e7a3b4e58a8de6aeab |
EUC-JP | 逎エ蜉肴ョォ | 111011101010010110001110101101001110100111101010101110101110100010001110101011101000111010101011 | eea58eb4e9eabae88eae8eab |
UTF-8 | 逎エ蜉肴ョォ | 111010011000000010001110111011111011110110110100111010001001110010001001111010001000001010110100111011111011110110101110111011111011110110101011 | e9808eefbdb4e89c89e882b4efbdaeefbdab |
UHC | ???肴?? | 00111111001111110011111111111101101000100011111100111111 | 3f3f3ffda23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)