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 | 銕ェ蜑願 | 11100111111011001010101011100101100010011000101011101000 | e7ecaae5898ae8 |
EUC-JP | 銕ェ蜑願 | 1110111011101110100011101010101011101001111010011011010011101010 | eeee8eaae9e9b4ea |
UTF-8 | 銕ェ蜑願 | 111010011000101010010101111011111011110110101010111010001001110010010001111010011010000110011000 | e98a95efbdaae89c91e9a198 |
UHC | ???願 | 0011111100111111001111111110101011000011 | 3f3f3feac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)