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 | 邁溽ー歐 | 11100111101100001001111111100111101100001001111101011110 | e7b09fe7b09f5e |
EUC-JP | 邁溽ー歐 | 1110111010110010110111101110100110001110101100001101110110111111 | eeb2dee98eb0ddbf |
UTF-8 | 邁溽ー歐 | 111010011000001010000001111001101011101010111101111011111011110110110000111001101010110110010000 | e98281e6babdefbdb0e6ad90 |
UHC | 邁??歐 | 110110001110010000111111001111111100111110110001 | d8e43f3fcfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)