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 | 姚??弱 | 100110110100110000111111001111111000111011100011 | 9b4c3f3f8ee3 |
EUC-JP | 姚??弱 | 110101011010110100111111001111111011110011100101 | d5ad3f3fbce5 |
UTF-8 | 姚붵굩弱 | 111001011010011110011010111010111011011010110101111010101011010110101001111001011011110010110001 | e5a79aebb6b5eab5a9e5bcb1 |
UHC | 姚붵굩弱 | 1110100011101110100101001110001110000010100011111110010110110000 | e8ee94e3828fe5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)