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 | 篳邪式 | 111000101100100010001110110101111000111010101110 | e2c88ed78eae |
EUC-JP | 篳邪式 | 111001001100101010111100110110011011110010110000 | e4cabcd9bcb0 |
UTF-8 | 篳邪式 | 111001111010111110110011111010011000001010101010111001011011110010001111 | e7afb3e982aae5bc8f |
UHC | ?邪式 | 0011111111011110111101111110001111010010 | 3fdef7e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)