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 | 錝「螯ュ胖 | 1111101111011101101000101110010110100110101011011110001111110100 | fbdda2e5a6ade3f4 |
EUC-JP | 錝「螯ュ胖 | 1000111111100100110110111000111010100010111010101010100010001110101011011110011011110110 | 8fe4db8ea2eaa88eade6f6 |
UTF-8 | 錝「螯ュ胖 | 111010011000110010011101111011111011110110100010111010001001111010101111111011111011110110101101111010001000001110010110 | e98c9defbda2e89eafefbdade88396 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)