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 | 錺豪矯 | 111010000100010010001101100010111000101110111000 | e8448d8b8bb8 |
EUC-JP | 錺豪矯 | 111011111010010110111001111010111011011010111010 | efa5b9ebb6ba |
UTF-8 | 錺豪矯 | 111010011000110010111010111010001011000110101010111001111001111110101111 | e98cbae8b1aae79faf |
UHC | ?豪矯 | 0011111111111011110111111100111011101100 | 3ffbdfceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)