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 | 鉦ー借執 | 100011111101111010110000100011101101100011110001111011101000111010110111 | 8fdeb08ed8f1ee8eb7 |
EUC-JP | 鉦ー借?執 | 101111101110000010001110101100001011110011011010001111111011110010111001 | bee08eb0bcda3fbcb9 |
UTF-8 | 鉦ー借執 | 111010011000100110100110111011111011110110110000111001011000000010011111111011101000010110101001111001011001111110110111 | e989a6efbdb0e5809fee85a9e59fb7 |
UHC | 鉦?借?執 | 1110111111111010001111111111001110101000001111111111001011111011 | effa3ff3a83ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)