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 | ?⑦???? | 00111111100001110100011000111111001111110011111100111111 | 3f87463f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 泥⑦쉸吏숈쭦 | 111011111010011110100011111000101001000110100110111011001000100110111000111011111010011110011110111011001000100010001000111011001010110110100110 | efa7a3e291a6ec89b8efa79eec8888ecada6 |
UHC | 泥⑦쉸吏숈쭦 | 111011001011001010101000111011011001101010001110111011001010011110011001111011001010011110011010 | ecb2a8ed9a8eeca799eca79a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)