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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 撓η?與? | 1001110110011010100000111100010100111111111001000110111100111111 | 9d9a83c53fe46f3f |
EUC-JP | 撓η?與? | 1101100111111010101001101100011100111111111001111101000000111111 | d9faa6c73fe7d03f |
UTF-8 | 撓η쥜與뾄 | 1110011010010010100100111100111010110111111011001010010110011100111010001000100010000111111010111011111010000100 | e69293ceb7eca59ce88887ebbe84 |
UHC | 撓η쥜與뾄 | 11101000111101011010010111100111101000101001000111100110101010001001011101000010 | e8f5a5e7a291e6a89742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)