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 | 短存遜 | 100100100101101010010001101101101001000110111011 | 925a91b691bb |
EUC-JP | 短存遜 | 110000111011101111000010101110001100001010111101 | c3bbc2b8c2bd |
UTF-8 | 短存遜 | 111001111001111110101101111001011010110110011000111010011000000110011100 | e79fade5ad98e9819c |
UHC | 短存遜 | 110100111010110111110000111011011110000111100001 | d3adf0ede1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)