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 | 鮗帝ヲョ | 111010011011101010010010111010011010011010101110 | e9ba92e9a6ae |
EUC-JP | 鮗帝ヲョ | 1111001010111100110001001110101110001110101001101000111010101110 | f2bcc4eb8ea68eae |
UTF-8 | 鮗帝ヲョ | 111010011010111010010111111001011011100010011101111011111011110110100110111011111011110110101110 | e9ae97e5b89defbda6efbdae |
UHC | ?帝?? | 0011111111110000101010000011111100111111 | 3ff0a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)