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 | 畯綿項 | 111110110110111110010110110010001000110110000000 | fb6f96c88d80 |
EUC-JP | 畯綿項 | 10001111110011011011101111001100110010101011100111100000 | 8fcdbbcccab9e0 |
UTF-8 | 畯綿項 | 111001111001010110101111111001111011011010111111111010011010000010000101 | e795afe7b6bfe9a085 |
UHC | 畯綿項 | 111100011110000111011000111110101111101010100011 | f1e1d8fafaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)