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 | 蕈欠荻 | 111001001111110010001100100001111000100110101100 | e4fc8c8789ac |
EUC-JP | 蕈欠荻 | 111010001111111010110111111001111011001010101110 | e8feb7e7b2ae |
UTF-8 | 蕈欠荻 | 111010001001010110001000111001101010110010100000111010001000110110111011 | e89588e6aca0e88dbb |
UHC | ?欠荻 | 0011111111111101111000101110111011100010 | 3ffde2eee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)