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 | 炎??億 | 100010011000101000111111001111111000100110101101 | 898a3f3f89ad |
EUC-JP | 炎??億 | 101100011110101000111111001111111011001010101111 | b1ea3f3fb2af |
UTF-8 | 炎루츦億 | 111001111000001010001110111010111010001110101000111011001011100010100110111001011000010010000100 | e7828eeba3a8ecb8a6e58484 |
UHC | 炎루츦億 | 1110011011111010101101111110011110101110100111001110010111100010 | e6fab7e7ae9ce5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)