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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 愁宵菽 | 100011110100010010001111101010101110010011000001 | 8f448faae4c1 |
EUC-JP | 愁宵菽 | 101111011010010110111110101011001110100011000011 | bda5beace8c3 |
UTF-8 | 愁宵菽 | 111001101000010010000001111001011010111010110101111010001000111110111101 | e68481e5aeb5e88fbd |
UHC | 愁宵菽 | 111000011111111011100001101100101110001011011101 | e1fee1b2e2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)