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 | 碼肭牋 | 111000011111100111100011111010111110000010101110 | e1f9e3ebe0ae |
EUC-JP | 碼肭牋 | 111000101111101111100110111011011110000010110000 | e2fbe6ede0b0 |
UTF-8 | 碼肭牋 | 111001111010001010111100111010001000001010101101111001111000100110001011 | e7a2bce882ade7898b |
UHC | 碼?? | 11011000101001110011111100111111 | d8a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)