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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邯帶囁 | 111001111011011010011011111001101001101010010001 | e7b69be69a91 |
EUC-JP | 邯帶囁 | 111011101011100011010110111010001101001111110001 | eeb8d6e8d3f1 |
UTF-8 | 邯帶囁 | 111010011000001010101111111001011011100010110110111001011001101110000001 | e982afe5b8b6e59b81 |
UHC | 邯帶? | 1100101011111011110100111110000100111111 | cafbd3e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)