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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煜シ寬ケ | 111110110101010110111100111110101010101010111001 | fb55bcfaaab9 |
EUC-JP | 煜シ?ケ | 1000111111001001111111001000111010111100001111111000111010111001 | 8fc9fc8ebc3f8eb9 |
UTF-8 | 煜シ寬ケ | 111001111000010110011100111011111011110110111100111001011010111110101100111011111011110110111001 | e7859cefbdbce5afacefbdb9 |
UHC | 煜?寬? | 111010011111001000111111110011101011000000111111 | e9f23fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)