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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艇??乙 | 100100101111100000111111001111111000100110110011 | 92f83f3f89b3 |
EUC-JP | 艇??乙 | 110001001111101000111111001111111011001010110101 | c4fa3f3fb2b5 |
UTF-8 | 艇재쨀乙 | 111010001000100110000111111011001001111010101100111011001010100010000000111001001011100110011001 | e88987ec9eaceca880e4b999 |
UHC | 艇재쨀乙 | 1110111111110011110000001110011111000010101100111110101111100000 | eff3c0e7c2b3ebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)