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 | ±ðÌý | 10110001111100001100110011111101 | b1f0ccfd |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±ðÌý | 1010000111011110100011111010100111000011100011111010101011000000100011111010101111110010 | a1de8fa9c38faac08fabf2 |
UTF-8 | ±ðÌý | 1100001010110001110000111011000011000011100011001100001110111101 | c2b1c3b0c38cc3bd |
UHC | ±ð?? | 101000011011111010101001101000110011111100111111 | a1bea9a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)