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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 伊鄲 | 10001000110010011110011111000000 | 88c9e7c0 |
EUC-JP | 伊鄲 | 10110000110010111110111011000010 | b0cbeec2 |
UTF-8 | 伊鄲 | 111001001011110010001010111010011000010010110010 | e4bc8ae984b2 |
UHC | 伊鄲 | 11101100101001011101001110110011 | eca5d3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)