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 | 終褐滾濟 | 1000111101001001100010101000110010011111111101101110000001011010 | 8f498a8c9ff6e05a |
EUC-JP | 終褐滾濟 | 1011110110101010101100111110110011011110111110001101111110111011 | bdaab3ecdef8dfbb |
UTF-8 | 終褐滾濟 | 111001111011010110000010111010001010010010010000111001101011101110111110111001101011111110011111 | e7b582e8a490e6bbbee6bf9f |
UHC | 終褐滾濟 | 1111000011111011110010101110100011001101111000111111000010101101 | f0fbcae8cde3f0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)