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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 村棚K | 1001000110111010100100100100100101001011 | 91ba92494b |
EUC-JP | 村棚K | 1100001010111100110000111010101001001011 | c2bcc3aa4b |
UTF-8 | 村棚K | 11100110100111011001000111100110101000111001101001001011 | e69d91e6a39a4b |
UHC | 村棚K | 1111010110111101110111011101110001001011 | f5bddddc4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)