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 | 讓り庶 | 111001101010100010000010111010001000111110001110 | e6a882e88f8e |
EUC-JP | 讓り庶 | 111011001010101010100100111010101011110111101110 | ecaaa4eabdee |
UTF-8 | 讓り庶 | 111010001010111010010011111000111000001010001010111001011011101010110110 | e8ae93e3828ae5bab6 |
UHC | 讓り庶 | 111001011101001110101010111010101101111111101110 | e5d3aaeadfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)