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 | 棚賊辰嘆 | 1001001001001001100100011010111110010010010000111001001001010001 | 924991af92439251 |
EUC-JP | 棚賊辰嘆 | 1100001110101010110000101011000111000011101001001100001110110010 | c3aac2b1c3a4c3b2 |
UTF-8 | 棚賊辰嘆 | 111001101010001110011010111010001011001110001010111010001011111010110000111001011001100010000110 | e6a39ae8b38ae8beb0e59886 |
UHC | 棚賊辰嘆 | 1101110111011100111011101110010011110010111000111111011110100011 | dddceee4f2e3f7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)