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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 丞ウ^ | 111100101100000110001111111001011011001101011110 | f2c18fe5b35e |
EUC-JP | ?丞ウ^ | 001111111011111011100111100011101011001101011110 | 3fbee78eb35e |
UTF-8 | 丞ウ^ | 11101110100001111011100011100100101110001001111011101111101111011011001101011110 | ee87b8e4b89eefbdb35e |
UHC | ?丞?^ | 0011111111100011101010100011111101011110 | 3fe3aa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)