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 | 蜊貞叉 | 111001011000110110010010111001011000110110110011 | e58d92e58db3 |
EUC-JP | 蜊貞叉 | 111010011110110111000100111001111011101010110101 | e9edc4e7bab5 |
UTF-8 | 蜊貞叉 | 111010001001110010001010111010001011001010011110111001011000111110001001 | e89c8ae8b29ee58f89 |
UHC | ?貞叉 | 0011111111101111111101101111001110101001 | 3feff6f3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)