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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 荵湲喜剋蜈ェ | 1110010010111001100111111101000110001010111011001001100110001110111001011000010110101010 | e4b99fd18aec998ee585aa |
EUC-JP | 荵湲喜剋蜈ェ | 111010001011101111011110110100111011010011101110110100011110111011101001111001011000111010101010 | e8bbded3b4eed1eee9e58eaa |
UTF-8 | 荵湲喜剋蜈ェ | 111010001000110110110101111001101011100110110010111001011001011010011100111001011000100110001011111010001001110010001000111011111011110110101010 | e88db5e6b9b2e5969ce5898be89c88efbdaa |
UHC | ?湲喜剋蜈? | 00111111111010101011100011111101111011001101000010111011111010001010010100111111 | 3feab8fdecd0bbe8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)