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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 諭??B | 1001011101000000001111110011111101000010 | 97403f3f42 |
EUC-JP | 諭??B | 1100110110100001001111110011111101000010 | cda13f3f42 |
UTF-8 | 諭덈콌B | 11101000101010111010110111101011100011011000100011101100101111011000110001000010 | e8abadeb8d88ecbd8c42 |
UHC | 諭덈콌B | 11101011101100011000100011101011101100011000100001000010 | ebb188ebb18842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)