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 | 邇ュ蝴ャ | 111001111000111010101101111001011001101010101100 | e78eade59aac |
EUC-JP | 邇ュ蝴ャ | 1110110111101110100011101010110111101001111110101000111010101100 | edee8eade9fa8eac |
UTF-8 | 邇ュ蝴ャ | 111010011000001010000111111011111011110110101101111010001001110110110100111011111011110110101100 | e98287efbdade89db4efbdac |
UHC | 邇?蝴? | 111011001100010000111111111110111101110100111111 | ecc43ffbdd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)