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 | 錝「螯ャ昌 | 1111101111011101101000101110010110100110101011001000111110111001 | fbdda2e5a6ac8fb9 |
EUC-JP | 錝「螯ャ昌 | 1000111111100100110110111000111010100010111010101010100010001110101011001011111010111011 | 8fe4db8ea2eaa88eacbebb |
UTF-8 | 錝「螯ャ昌 | 111010011000110010011101111011111011110110100010111010001001111010101111111011111011110110101100111001101001100010001100 | e98c9defbda2e89eafefbdace6988c |
UHC | ????昌 | 001111110011111100111111001111111111001111100011 | 3f3f3f3ff3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)