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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 谷即測辿贈 | 10010010010010101001000110100110100100011010101010010010010010001001000110100001 | 924a91a691aa924891a1 |
EUC-JP | 谷即測辿贈 | 11000011101010111100001010101000110000101010110011000011101010011100001010100011 | c3abc2a8c2acc3a9c2a3 |
UTF-8 | 谷即測辿贈 | 111010001011000010110111111001011000110110110011111001101011100010101100111010001011111010111111111010001011010010001000 | e8b0b7e58db3e6b8ace8bebfe8b488 |
UHC | 谷?測?贈 | 1100110111011011001111111111011010110100001111111111000111111100 | cddb3ff6b43ff1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)