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 | 炎????? | 10001001100010100011111100111111001111110011111100111111 | 898a3f3f3f3f3f |
EUC-JP | 炎????? | 10110001111010100011111100111111001111110011111100111111 | b1ea3f3f3f3f3f |
UTF-8 | 炎⑴쁺廉욜뿾 | 111001111000001010001110111000101001000110110100111011001000000110111010111011111010011010100010111011001001101010011100111010111011111110111110 | e7828ee291b4ec81baefa6a2ec9a9cebbfbe |
UHC | 炎⑴쁺廉욜뿾 | 111001101111101010101001111001111001100010000001111001101111010110111111111001111001011110111110 | e6faa9e79881e6f5bfe797be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)