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 | 堤奉l低 | 1001001011100111100101011111001010000010100011001001001011100001 | 92e795f2828c92e1 |
EUC-JP | 堤奉l低 | 1100010011101001110010101111010010100011111011001100010011100011 | c4e9caf4a3ecc4e3 |
UTF-8 | 堤奉l低 | 111001011010000010100100111001011010010110001001111011111011110110001100111001001011110110001110 | e5a0a4e5a589efbd8ce4bd8e |
UHC | 堤奉l低 | 1111000010100111110111001110010110100011111011001110111010111000 | f0a7dce5a3eceeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)