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 | 遨ゥム作釜鄂 | 11100111101010011010100111010001100011011110110010001010100110001110011110111101 | e7a9a9d18dec8a98e7bd |
EUC-JP | 遨ゥム作釜鄂 | 111011101010101110001110101010011000111011010001101110101110111010110011111110001110111010111111 | eeab8ea98ed1baeeb3f8eebf |
UTF-8 | 遨ゥム作釜鄂 | 111010011000000110101000111011111011110110101001111011111011111010010001111001001011110110011100111010011000011110011100111010011000010010000010 | e981a8efbda9efbe91e4bd9ce9879ce98482 |
UHC | ???作釜鄂 | 001111110011111100111111111011011100001011011101101111001110010011000111 | 3f3f3fedc2ddbce4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)