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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 鮓芽コ。] | 11101001101101101000100111101000101110101010000101011101 | e9b689e8baa15d |
EUC-JP | 鮓芽コ。] | 111100101011100010110010111010101000111010111010100011101010000101011101 | f2b8b2ea8eba8ea15d |
UTF-8 | 鮓芽コ。] | 11101001101011101001001111101000100010101011110111101111101111011011101011101111101111011010000101011101 | e9ae93e88abdefbdbaefbda15d |
UHC | ?芽??] | 001111111110010010110100001111110011111101011101 | 3fe4b43f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)