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 | 言①???? | 1000110010111110100001110100000000111111001111110011111100111111 | 8cbe87403f3f3f3f |
EUC-JP | 言????? | 10111000110000000011111100111111001111110011111100111111 | b8c03f3f3f3f3f |
UTF-8 | 言①댌歷됵쉈 | 111010001010100010000000111000101001000110100000111010111000110010001100111011111010011010001100111010111001000010110101111011001000100110001000 | e8a880e291a0eb8c8cefa68ceb90b5ec8988 |
UHC | 言①댌歷됵쉈 | 111001011110101110101000111001111000100010110101111001101011100010001001111011111011110110100101 | e5eba8e788b5e6b889efbda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)