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 | 鉦ー借雫 | 100011111101111010110000100011101101100011110001111011101000111010110100 | 8fdeb08ed8f1ee8eb4 |
EUC-JP | 鉦ー借?雫 | 101111101110000010001110101100001011110011011010001111111011110010110110 | bee08eb0bcda3fbcb6 |
UTF-8 | 鉦ー借雫 | 111010011000100110100110111011111011110110110000111001011000000010011111111011101000010110101001111010011001101110101011 | e989a6efbdb0e5809fee85a9e99bab |
UHC | 鉦?借?? | 11101111111110100011111111110011101010000011111100111111 | effa3ff3a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)