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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 伍??誼?^ | 1000110011011110001111110011111110001011011000100011111101011110 | 8cde3f3f8b623f5e |
EUC-JP | 伍??誼?^ | 1011100011100000001111110011111110110101110000110011111101011110 | b8e03f3fb5c33f5e |
UTF-8 | 伍뱄퐢誼뎑^ | 11100100101111001000110111101011101100011000010011101101100100001010001011101000101010101011110011101011100011101001000101011110 | e4bc8debb184ed90a2e8aabceb8e915e |
UHC | 伍뱄퐢誼뎑^ | 1110011111101010101110011110111110111101100010111110101111111110100010010110001101011110 | e7eab9efbd8bebfe89635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)