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 | 竪銑綜 | 100100100100011110010001010011001001000110001110 | 9247914c918e |
EUC-JP | 竪銑綜 | 110000111010100011000001101011011100000111101110 | c3a8c1adc1ee |
UTF-8 | 竪銑綜 | 111001111010101110101010111010011000101010010001111001111011011010011100 | e7abaae98a91e7b69c |
UHC | 竪銑綜 | 111000101011010111100000110101011111000011111100 | e2b5e0d5f0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)