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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 炎??厭? | 10001001100010100011111100111111100010010111110100111111 | 898a3f3f897d3f |
EUC-JP | 炎??厭? | 10110001111010100011111100111111101100011101111000111111 | b1ea3f3fb1de3f |
UTF-8 | 炎⑶옦厭퍯 | 111001111000001010001110111000101001000110110110111011001001100010100110111001011000111010101101111011011000110110101111 | e7828ee291b6ec98a6e58eaded8daf |
UHC | 炎⑶옦厭퍯 | 11100110111110101010100111101001100111101010011011100110111101001011110001000110 | e6faa9e99ea6e6f4bc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)