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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 羽?羽?^ | 10001001010010000011111110001001010010000011111101011110 | 89483f89483f5e |
EUC-JP | 羽?羽?^ | 10110001101010010011111110110001101010010011111101011110 | b1a93fb1a93f5e |
UTF-8 | 羽螺羽羅^ | 11100111101111101011110111101111101001001001000111100111101111101011110111101111101001001000111101011110 | e7bebdefa491e7bebdefa48f5e |
UHC | 羽螺羽羅^ | 111010011110001011010001110111101110100111100010110100011101110001011110 | e9e2d1dee9e2d1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)