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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竪担損谷 | 1001001001000111100100100101001110010001101110011001001001001010 | 9247925391b9924a |
EUC-JP | 竪担損谷 | 1100001110101000110000111011010011000010101110111100001110101011 | c3a8c3b4c2bbc3ab |
UTF-8 | 竪担損谷 | 111001111010101110101010111001101000101110000101111001101001000010001101111010001011000010110111 | e7abaae68b85e6908de8b0b7 |
UHC | 竪?損谷 | 11100010101101010011111111100001110111111100110111011011 | e2b53fe1dfcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)