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 | 竺屡諟 | 100011101011000110001110110001101111101110101000 | 8eb18ec6fba8 |
EUC-JP | 竺屡諟 | 10111100101100111011110011001000100011111101111010110000 | bcb3bcc88fdeb0 |
UTF-8 | 竺屡諟 | 111001111010101110111010111001011011000110100001111010001010101110011111 | e7abbae5b1a1e8ab9f |
UHC | 竺?? | 11110101111001110011111100111111 | f5e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)