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 | 陋陳? | 1110100010011011100100101100001000111111 | e89b92c23f |
EUC-JP | 陋陳? | 1110111111111011110001001100010000111111 | effbc4c43f |
UTF-8 | 陋陳瓆 | 111010011001100110001011111010011001100110110011111001111001001110000110 | e9998be999b3e79386 |
UHC | 陋陳瓆 | 110101111011000011110010111001111111001011101111 | d7b0f2e7f2ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)