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 | 炎ㅸ괵歷숃쾮 | 111001111000001010001110111000111000010110111000111010101011010010110101111011111010011010001100111011001000100010000011111011001011111010101110 | e7828ee385b8eab4b5efa68cec8883ecbeae |
UHC | 炎ㅸ괵歷숃쾮 | 111001101111101010100100111010001011000110101100111001101011100010011001111010001011001010000101 | e6faa4e8b1ace6b899e8b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)