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 | 炎???? | 100010011000101000111111001111110011111100111111 | 898a3f3f3f3f |
EUC-JP | 炎???? | 101100011110101000111111001111110011111100111111 | b1ea3f3f3f3f |
UTF-8 | 炎ㅸ괵歷숃 | 111001111000001010001110111000111000010110111000111010101011010010110101111011111010011010001100111011001000100010000011 | e7828ee385b8eab4b5efa68cec8883 |
UHC | 炎ㅸ괵歷숃 | 11100110111110101010010011101000101100011010110011100110101110001001100111101000 | e6faa4e8b1ace6b899e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)