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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 棚淡叩綻^ | 100100100100100110010010010101111001001001000000100100100101110101011110 | 924992579240925d5e |
EUC-JP | 棚淡叩綻^ | 110000111010101011000011101110001100001110100001110000111011111001011110 | c3aac3b8c3a1c3be5e |
UTF-8 | 棚淡叩綻^ | 11100110101000111001101011100110101101111010000111100101100011111010100111100111101101101011101101011110 | e6a39ae6b7a1e58fa9e7b6bb5e |
UHC | 棚淡叩綻^ | 110111011101110011010011101111111100110110110000111101111010101001011110 | dddcd3bfcdb0f7aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)