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 | 煆、闔「宍 | 1111101101010110101001001110100010001110101000101000111010110011 | fb56a4e88ea28eb3 |
EUC-JP | 煆、闔「宍 | 1000111111001001111101001000111010100100111011111110111010001110101000101011110010110101 | 8fc9f48ea4efee8ea2bcb5 |
UTF-8 | 煆、闔「宍 | 111001111000010110000110111011111011110110100100111010011001011110010100111011111011110110100010111001011010111010001101 | e78586efbda4e99794efbda2e5ae8d |
UHC | ??闔?? | 001111110011111111111001111011110011111100111111 | 3f3ff9ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)