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 | 跫ア蜒防 | 11100110111011011011000111100101100000111001011001101000 | e6edb1e5839668 |
EUC-JP | 跫ア蜒防 | 1110110011101111100011101011000111101001111000111100101111001001 | ecef8eb1e9e3cbc9 |
UTF-8 | 跫ア蜒防 | 111010001011011110101011111011111011110110110001111010001001110010010010111010011001100010110010 | e8b7abefbdb1e89c92e998b2 |
UHC | ???防 | 0011111100111111001111111101101111000001 | 3f3f3fdbc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)